in reply to Re^2: Skipping the middle man & the SUPER gotcha
in thread Skipping the middle man & the SUPER gotcha
If the method name is fully-qualified, how could @ISA be used to any effect? When using a fully-qualified method name, doesn't that routine get called regardless of what's in @ISA? (The "other" package isn't in @Me::ISA, in my example above, and yet &other::hello() gets called, and with $me as an argument.)
-- A Humble Grasshopper
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Skipping the middle man & the SUPER gotcha
by TimToady (Parson) on Apr 02, 2005 at 20:00 UTC | |
by Thelonious (Scribe) on Apr 03, 2005 at 11:52 UTC |