in reply to
Why sysread() + select() only read the first line?
You can search for
select line
and find
poorly documented behaviour of readline() and IO::Select
.
Comment on
Re: Why sysread() + select() only read the first line?
Replies are listed 'Best First'.
Re^2: Why sysread() + select() only read the first line?
by
perlmonks12
(Novice)
on May 15, 2010 at 02:26 UTC
Thanks all, it solved the problem.
[reply]
In Section
Seekers of Perl Wisdom