Help for this page

Select Code to Download


  1. or download this
    -- t.pm --
    package t;
    ...
    
    t->testing();
    t->testing2();
    
  2. or download this
    -- t.pm --
    package t;
    ...
    
    t::testing();
    t::testing2();