Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        *STDERR = *STDOUT;
    }
    
  2. or download this
    test.pl > results.txt
    
  3. or download this
    perl test.pl > foo.txt 2>&1