in reply to
IO::Select client and server in one
It's always a good idea to use
sysread()
and
syswrite()
whenever you use some form of
select()
.
Comment on
Re: IO::Select client and server in one
In Section
Seekers of Perl Wisdom