using system waits until one program finishes running before it executes another one.@scripts = ('eenie.pl','meenie.pl','foe.pl'); foreach $script ( @scripts ) { system( "perl -W".$script ); }
In reply to Re: Code and Process Efficency
by bl0rf
in thread Code and Process Efficency
by mcogan1966
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |