Help for this page
foreach ($firstbuild, @otherbuilds) { system (qq(C:/execu $_ file.c)); }
open (OUT, ">cmd.txt") || die "$!\n"; foreach ($firstbuild, @otherbuilds) ... } close OUT; system ("cmd.txt");