Help for this page

Select Code to Download


  1. or download this
    $SIG{'CHLD'} = 'IGNORE';
    
    ...
        exit(0);
    } # End ONE
    close($sock);
    
  2. or download this
    while ( my $child_process = waitpid(-1,WNOHANG) > 0 ) {
    }