Help for this page

Select Code to Download


  1. or download this
    @Bar::ISA = qw(Foo);
    sub Bar::xxx {
    ...
       warn "Bar::xxx called";
       return $self->Foo::xxx(@_);   # instead of SUPER::xxx
    }