Help for this page

Select Code to Download


  1. or download this
    sub reapChild {
       do {} while waitpid(-1,WNOHANG) > 0;
    }
    
  2. or download this
    use Net::SSH::Expect;
    ...
    $SIG{CHLD} = 'DEFAULT';
    ...
    system(...);