in reply to Re^3: How to set pipe first and then use the forkmanager?
in thread How to set pipe first and then use the forkmanager?
Can I hold those information? Thanks!foreach (@data_files) { open $h, "| program_A 2>& /dev/null" or die ...; print $h ...; print $h ...; ... } close($h);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to set pipe first and then use the forkmanager?
by Laurent_R (Canon) on Sep 23, 2016 at 11:39 UTC |