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