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 <e...@waniasset.com> -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/