Help for this page

Select Code to Download


  1. or download this
    package Test::Class;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/env perl 
    
    ...
    
    my $t = Test::Class->new( { name => 'bob', } );
    $t->doSomething('name');