in reply to
a way to handle the multiple processes output
You probably need
open
, and perhaps you need to disable buffering,
$|=1
. See
perlvar
for a description of
$|
.
Comment on
Re: a way to handle the multiple processes output
Select
or
Download
Code
In Section
Seekers of Perl Wisdom