Help for this page
else { while ($line = <>) { print $client $line; } }
#assuming $server initialized while($child = $server->accept() ) ... #CHILD STUFF exit; #kill the child process }