Help for this page

Select Code to Download


  1. or download this
    #!/perl/bin/perl.exe
    
    ...
      }
    # end else of if (not $pm)
    }
    
  2. or download this
    ########################
    sub _tests(;$) {
    ...
      return $rv; # a scalar of the results of all tests
      #usage: print _tests();
    }