in reply to Re: bind a client connection
in thread bind a client connection

Or you can use IO::Socket::INET, much more civilized interface :)

Replies are listed 'Best First'.
Re^3: bind a client connection
by wrog (Friar) on Feb 12, 2012 at 00:25 UTC
    Without re-writing the code to use more [up] to date modules
      doesn't require rewriting code , simply swap 5 lines for one IO->new call