![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
RE: RE: Re: Can perl do...?by athomason (Curate) |
on Jun 05, 2000 at 23:17 UTC ( #16486=note: print w/replies, xml ) | Need Help?? |
That doesn't do anything at all; you're introducing a value into a null context. That is, your statement has no effect whatsoever since there are no side effects. For instance, try the one-liner perl -we "$_;"Using the -w flag will let you know when your statements aren't doing anything.
In Section
Seekers of Perl Wisdom
|
|