Help for this page
my $firstbuild = hi.bld my @otherbuilds = q( low.bld hello.bld cow.bld ); system(qq(C:/execu $firstbuild @otherbuilds file.c));
system(qq(C:/execu $firstbuild low.bld hello.bld cow.bld file.c));