Help for this page

Select Code to Download


  1. or download this
    use Fcntl qw(:seek);
    
    ...
    seek($CATCHERR, 0, SEEK_SET);
    print "From CATCHERR: $_" while <$CATCHERR>;
    close($CATCHERR);
    
  2. or download this
    use IPC::Exe;  ## exports exe() & bg()
    
    ...
    PID was 6914
    Exit status was 33
    From CATCHERR: From STDERR