[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OFFTOPIC: Perl -w oddities?
- Subject: [ale] OFFTOPIC: Perl -w oddities?
- From: nomad at orci.com (Nomad the Wanderer)
- Date: Wed, 27 Jan 1999 16:15:16 -0700
Ok,
eb-nfs1:310%>/usr/local/bin/perl.SunOS56 -v
This is perl, version 5.004_04 built for sun4-solaris
Called as:
eb-nfs1:310%>/usr/local/bin/perl.SunOS56 -w
I get this repeatedly:
Use of uninitialized value at ./FixSudoers line 55, <SUDOERS> chunk 51.
Line 55:
$Line =~ s/ //g;
I'm confused as I have defined $Line, but if I remove the "$Line =~"
the message goes away. I can even do a $Line=""; right before and I
still get the errors.
Robert
---------------------------------------------------------------------------
Robert L. Harris | Windows is to Unix
Senior System Administrator II | what 'hooked on phonics'
at Great West Life. \_ is to Shakespeare
http://www.orci.com/~nomad
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'