Help for this page

Select Code to Download


  1. or download this
    sub pidqx { # returns pid + the usual backtick result
        my ( $cmd ) = @_;
    ...
        close $ph;
        return ( $pid, $backtick );
    }