Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl5
    use strict;
    ...
    open    STDERR, ">&SAVEERR";
    
    print   STDERR "stderr 2\n";
    
  2. or download this
    Name "main::SAVEERR" used only once
    Name "main::ERRORFILE" used only once