Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub test_another {
      print "another unimaginative statement\n";
    }
    
  2. or download this
    Running test something:
    Test bogus not available
    ...
    Running test another:
    another unimaginative statement
    Testing complete