Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/nik/ess2/perlbrew/perls/perl-5.22.2/bin/perl -w
    use strict;
    use lib '/testmod';
    ...
            Tools::run_tests($href);
        }
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    
    1;