Help for this page

Select Code to Download


  1. or download this
    sub object_method {
        my $self = shift;
        $self->MotherClass::ChildClass1::object_method(@_);
    }
    
  2. or download this
    *object_method = \&MotherClass::ChildClass1::object_method;