Help for this page

Select Code to Download


  1. or download this
    :
    : handwaving
    ...
        die "fork returned $pid";
    }
    
  2. or download this
    : child
       open(PIPE,"some_command 2>&1 |") 
    ...
       close PIPE;
       print @output;