No such thing as a small change | |
PerlMonks |
Re: A step on the path to enlightenmentby grantm (Parson) |
on Mar 17, 2003 at 04:25 UTC ( [id://243580]=note: print w/replies, xml ) | Need Help?? |
perl -p -e "$_=eval" You could use -l to tack on the newlines: perl -lpe "$_=eval"
In Section
Seekers of Perl Wisdom
|
|