in reply to forking server
sub Send { my($client,$message) = @_; print $client "$message"; } [download]