sub executeScripts { foreach(@executables) { chdir("../$_/"); print "$_: ".`./script.pl`.""; } }