C:\>perl -e"print 'aaa'" aaa C:\>perl -E"say 'aaa'" aaa C:\>perl -E"say qq(with interpolation $])" with interpolation 5.024001 C:\>perl # OS independent, Perl reads input till __END__ print "Perl Version $]"; __END__ Perl Version 5.024001 C:\>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
In reply to Re^2: beginners trap: one liner
by LanX
in thread solved: beginners trap: one liner
by toohoo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |