Help for this page

Select Code to Download


  1. or download this
    my $firstbuild = hi.bld
    my @otherbuilds = q( low.bld hello.bld cow.bld ); 
    system(qq(C:/execu $firstbuild @otherbuilds file.c));
    
  2. or download this
    system(qq(C:/execu $firstbuild low.bld hello.bld cow.bld file.c));