in reply to
Non-Blocking INET getline
This is only a suggestion.. but try using
sysread()
instead of
<$Client>
. Also you can specify
Blocking => 0
as an argument to the socket object creation method.
Comment on
Re: Non-Blocking INET getline
Select
or
Download
Code
In Section
Seekers of Perl Wisdom