in reply to Re^3: How to get a reference to a superclass method?
in thread How to get a reference to a superclass method?
At http://perldoc.perl.org/perlobj.html#Method-Invocation it says "...you may use the SUPER pseudo-class to tell Perl to start looking for the method in the packages named in the current class's @ISA list." When I've read that in the past, I guess I thought "current" referred to "that thing just to the left of the '->'" but it means "the thing after 'package' up above".
I feel like I understand better now.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to get a reference to a superclass method?
by Anonymous Monk on Feb 11, 2012 at 15:15 UTC |