Help for this page

Select Code to Download


  1. or download this
    perl script.pl > outfile     # create new or truncate existing outfile
    perl script.pl >> outfile    # create new or append to existing outfil
    +e
    
  2. or download this
    perl script.pl | some_other_process ...