Ed Avis <eda <at> waniasset.com> writes: >I'd like to fork several child processes and read lines from each,
There is IO::Select which provides a convenient way to see which filehandles have data for reading. But there is no guarantee that the data available will form a complete line. I am looking for something that provides line-by-line reading from available filehandles. -- Ed Avis <[email protected]> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
