![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Re: Variable scoping outside subsby xiper (Friar) |
on Oct 28, 2003 at 00:09 UTC ( #302582=note: print w/replies, xml ) | Need Help?? |
Excellent reply, thanks! ++ Minor nitpick... $var eq undef is the same as $var eq '': perl -e'$var="";print "ooh" if $var eq undef' - ><iper (who recently decided to log in...)
In Section
Seekers of Perl Wisdom
|
|