in reply to system calls question
foreach ("script1.pl", "script2.pl", "script3.pl") { print "$_ \n"; require; } [download]