in reply to Re: comparing two values under 'perl -w'
in thread comparing two values under 'perl -w'
~% perl -we 'print "Really???\n" if undef == undef;' + Use of uninitialized value at -e line 1. Use of uninitialized value at -e line 1. Really??? ~%
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: comparing two values under 'perl -w'
by demerphq (Chancellor) on Apr 02, 2002 at 17:01 UTC |