Help for this page
while (my $client = $server->accept) {
while(1) { if( my $client = $server->accept) { #accept code...