Help for this page

Select Code to Download


  1. or download this
        If ERRFH is false, or the same file descriptor as RDRFH, then STDO
    +UT and
        STDERR of the child are on the same filehandle.
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        my $perr = [ split(/\n/, join("", @{$pfh->{$errfh}})) ];
        return ($pout, $perr);
    }