Help for this page

Select Code to Download


  1. or download this
    perl foo.pl param1 | perl bar.pl | perl tins.pl > final_result.txt
    
  2. or download this
    perl -e 'print "test"' | perl -ne 'print "--$_"' | perl -ne 'print "$_
    +-- \n"' > final_result.txt