Help for this page
package MyTest; use warnings; ... return 1;
#!/usr/bin/perl use warnings; ... my $tst = MyTest->new(); $tst->test();