in reply to Code and Process Efficency
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 ); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Code and Process Efficency
by mcogan1966 (Monk) on Dec 30, 2003 at 12:42 UTC |