Help for this page

Select Code to Download


  1. or download this
    
        while ( (not defined ($key = ReadKey (-1))) && ($dead != -1) ) {
            $dead = waitpid(-1,&WNOHANG);
        }
    
  2. or download this
        while ( (not defined ($key = ReadKey (0))) && ($dead != -1) ) {
            $dead = waitpid(-1,&WNOHANG);
        }