At 12:39 PM 5/18/01 -0500, John Joseph Trammell wrote:
>On Fri, May 18, 2001 at 02:15:05PM -0400, Yacketta,Ronald J wrote:
> > #!/usr/local/bin/perl
>
>#!/usr/local/bin/perl -w
>use strict;
>
>[snip]

John beat me to it.  As a general principle, I wouldn't review anything 
that didn't start out with -w (or use warnings) and use strict.  Too much 
unnecessary effort.  Unless it was a submission to the Obfuscated Perl Contest.

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com

Reply via email to