Help for this page

Select Code to Download


  1. or download this
     perl -e 'print "@ARGV\n"' `perl -e '@x=(1..5);print "@x\n"'`
  2. or download this
     perl -e '@x=(1..5);print "@x"' | perl -e 'while (<>) {print};print"\n
    +"'