Help for this page

Select Code to Download


  1. or download this
    use MyTest::Test;
    
  2. or download this
    
    package MyTest::Test;
    ...
        @ISA    = qw(Exporter);
        @Export = qw(Prt Time);   
    }