in reply to Automatically running series of Perl programs
Then you can handle the io.open PROG "perl foo.pl param1 | " or die "...";
You could also simplify your three steps into one and write a shell script (did I really suggest that?):
perl foo.perl param1 | perl bar.pl | perl tins.pl > result.txt
Phil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Automatically running series of Perl programs
by apotheon (Deacon) on Mar 09, 2006 at 19:51 UTC |