Help for this page

Select Code to Download


  1. or download this
    package SimpleExample;
    
    ...
        # ... bla bla bla ...
    }
    
  2. or download this
    sub list_tests {
        my $class = ref($_[0]) || $_[0];
    ...
        return keys %tests;
    }