Help for this page

Select Code to Download


  1. or download this
    1 until (-1 == waitpid(-1, WNOHANG));
    
  2. or download this
    while (($child = waitpid(-1,WNOHANG)) > 0) {
        $Kid_Status{$child} = $?;
    }