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