Perl Question
Victor Odhner
plug-devel@lists.PLUG.phoenix.az.us
Tue Nov 20 17:34:01 2001
Jeffrey Pyne wrote:
> Also, I'm glad I asked the question because, for some reason,
> I had gotten out of the habit of using the -w. This reminds
> me that I need to get back into that habit.
Right. That one went right by me because I haven't done much
critiquing of other people's code, and I take -w and "use strict"
as givens. (There are times when you leave out -w for production
use, but not for debug.)
Vic