Help for this page

Select Code to Download


  1. or download this
    # $obj is an object which is in a subclass of MyPackage::Module::ThatF
    +eature
    
    $obj->MyPackage::Module::ThatFeature::method_name(...);
    
  2. or download this
    $obj->SUPER::method_name(...)