in reply to Re: Socket programming
in thread Socket programming
Just a little heads-up, from IO::Socket's docs:
As of VERSION 1.18 all IO::Socket objects have autoflush turned on
by default. This was not the case with earlier releases.
So no need for toggling the buffering.
Cheers!