Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    use Tester::Test;
    
    Tester::Test->test();
    
  2. or download this
    package Tester::Test;
    
    use strict;
    ...
    
    
    __END__