sub socket_print { my ($socket, $message) = @_; print $socket $message; } [download]
In reply to Re: Re: IO::Socket and variables by arturo in thread IO::Socket and variables by dynamopsychism