Help for this page

Select Code to Download


  1. or download this
    sub get_str { return $str; }
    sub get_h { return $h; }
    sub get_l { return $l; }
    
  2. or download this
    print(Dumper(TestModule::get_str()));
    print(Dumper(TestModule::get_h()));
    print(Dumper(TestModule::get_l()));