Help for this page

Select Code to Download


  1. or download this
    # Your version
    $result = system(@_);
    
  2. or download this
    # My version
    my $pid = open3($chld_in, $chld_out, $chld_err, @_)
        or return -1;