neversaint has asked for the wisdom of the Perl Monks concerning the following question:
My question is, how can one writes a single Perl script that would run those three codes automatically?perl foo.pl param1 > output1.txt perl bar.pl output1.txt > output2.txt perl tins.pl output2.txt > final_result.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Automatically running series of Perl programs
by philcrow (Priest) on Mar 09, 2006 at 14:58 UTC | |
by apotheon (Deacon) on Mar 09, 2006 at 19:51 UTC | |
|
Re: Automatically running series of Perl programs
by SamCG (Hermit) on Mar 09, 2006 at 14:59 UTC | |
|
Re: Automatically running series of Perl programs
by radiantmatrix (Parson) on Mar 09, 2006 at 17:12 UTC | |
|
Re: Automatically running series of Perl programs
by duff (Parson) on Mar 09, 2006 at 16:13 UTC | |
|
Re: Automatically running series of Perl programs
by smokemachine (Hermit) on Mar 09, 2006 at 15:58 UTC |