in reply to
Why sysread() + select() only read the first line?
Suffering form buffering
? Try adding
$|=1;
Comment on
Re: Why sysread() + select() only read the first line?
Download
Code
In Section
Seekers of Perl Wisdom