Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict; # Every job should
    ...
    }
    # End of comments
    &do_more_stuff();
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    # End comments
    &carry_on_with_stuff();