Help for this page

Select Code to Download


  1. or download this
    my $pid = system(1,"cmd...");
    do {
       $wait = waitpid($pid,WNOHANG);
    } while ($wait != -1);