avanta has asked for the wisdom of the Perl Monks concerning the following question:
$generatorDir = "./processing" @rprtname = ("1","2","3","4","5","6","7","8","9",) my $rpcount=0; foreach(@rprtname) { my $rptscript = $rprtname[$rpcount]; `perl $generatorDir/$rptscript.pl` ; $rpcount++ }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Executing multiple perl scripts by master script.
by toolic (Bishop) on Jan 23, 2010 at 19:27 UTC |