in reply to forking server

The Above Send Function is defined as
sub Send { my($client,$message) = @_; print $client "$message"; }
nothing big, just forgot to include this sub-procedure in the above code. thnx again guys.