Help for this page

Select Code to Download


  1. or download this
    pid is 18693
    No error
    
  2. or download this
    my $pid = eval { open3($WRITE, $READ, $ERROR, "$command") };
    if (!$pid) {
    ...
       POSIX::_exit($!);
    }
    ...