ugh!

my god I have no clue what these errors mean, holy crud there are a million!

Global symbol "g_version" requires explicit package name at ./wki.pl line 27
the line is
$g_version      =       "alpha 1.0";

looks ok to me *shrug*
every single variable is giving me this grief :(

yes, newb here!
-----Original Message-----
From: Peter Scott [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: REVIEW: please review the following


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