Help for this page

Select Code to Download


  1. or download this
    perl script.pl >output.txt 2>errors.txt
    
  2. or download this
    perl script.pl >output.txt 2>&1
    
  3. or download this
    perl script.pl 2>&1 | tee stdout.txt