sktron has asked for the wisdom of the Perl Monks concerning the following question:
$SG = open(Proc1,"Program1.exe|"); $FW = open(Proc2,"Program2.exe|"); while (<Proc1>) || <Proc2>) { print $_; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: working with 2 inputs
by Corion (Patriarch) on Oct 01, 2008 at 10:54 UTC | |
by salva (Canon) on Oct 01, 2008 at 11:09 UTC | |
by sktron (Novice) on Oct 01, 2008 at 14:48 UTC | |
by almut (Canon) on Oct 01, 2008 at 18:41 UTC | |
Re: working with 2 inputs
by BrowserUk (Patriarch) on Oct 01, 2008 at 15:08 UTC | |
by sktron (Novice) on Oct 01, 2008 at 16:25 UTC | |
by BrowserUk (Patriarch) on Oct 01, 2008 at 16:58 UTC | |
Re: working with 2 inputs
by zentara (Cardinal) on Oct 01, 2008 at 13:35 UTC |