ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
337 B
Text
8 lines
337 B
Text
IO::BufferedSelect - Line-buffered select interface
|
|
|
|
The purpose of this module is to implement a buffered version of the
|
|
select interface that operates on lines, rather than characters.
|
|
Given a set of filehandles, it will block until a full line is
|
|
available on one or more of them.
|
|
|
|
WWW: https://metacpan.org/release/IO-BufferedSelect
|