@scripts = ('eenie.pl','meenie.pl','foe.pl'); foreach $script ( @scripts ) { system( "perl -W".$script ); }