Help for this page
while( $client = $server->accept() ) { if( my $pid = fork() ){ ... KidStuff( $client , $logger, $pid, ... ); } }