my @scripts = qw/step1.pl step2.pl step3.pl step4.pl/; for my $script (@scripts) { system('perl',$script)==0 or die "failed to execute $script: \$?=$?"; }
In reply to Re: how to execute multiple Perl scripts
by Anonymous Monk
in thread how to execute multiple Perl scripts
by vasuperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |