Help for this page

Select Code to Download


  1. or download this
    # foo.t
    use strict;
    ...
        my $obj = Some::Object->new;
        multi_test( $obj, $case );
    }
    
  2. or download this
    # t/Helper.pm
    use strict;
    ...
    }
    
    1;