Help for this page

Select Code to Download


  1. or download this
    # step1.pl
    print "This is step1.\n";
    ...
    # step4.pl
    print "This is step4.\n";
    exit 0;
    
  2. or download this
    # runner.pl
    use strict;
    ...
        }
    }
    print "All commands finished successfully.\n";