Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    close STDERR; open STDERR, ">&SAVED_STDERR";
    
    print $captured_output, "\n";
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    print $captured_output, "\n";