Help for this page
Select Code to Download
Select
or
download this
perl -e 'print "@ARGV\n"' `perl -e '@x=(1..5);print "@x\n"'`
Select
or
download this
perl -e '@x=(1..5);print "@x"' | perl -e 'while (<>) {print};print"\n
+
"'