Help for this page

Select Code to Download


  1. or download this
    1 until (-1 == waitpid(-1, WNOHANG));
    
  2. or download this
    sub reap {
      waitpid(-1);
      return $?;
    }