in reply to Re^4: SUPER in OOPerl is dumped with $self
in thread SUPER in OOPerl is dumped with $self
e.g., Given the class Chimera where @Chimera::ISA = qw(Lion Snake Eagle), calling $my_chimera->speak will look first for Chimera::speak, then Lion::speak, then Snake::speak, and finally Eagle::speak and execute whichever it finds first.
|
|---|