Help for this page

Select Code to Download


  1. or download this
    sub system_no_output {
        my $mode = shift;
    ...
    
        return waitpid($pid, 0);
    }