in reply to
Translating Socket to IO::Socket;
One thing you should keep in mind is that the built-in socket stuff is significantly faster than IO::Socket. Switching to IO::Socket will slow things down for you, although it may simplify the code.
Comment on
Re: Translating Socket to IO::Socket;
In Section
Seekers of Perl Wisdom