in reply to Re^7: goto superclass method
in thread goto superclass method
I have no idea how this even parses, unless it's interpreted as "go to the label that matches the stringification of the result of this expression". You're missing the necessary &{ .. }. So, either that isn't the code you're running, or something Very Weird is going on.goto $_[ 0 ]->SUPER::can( 'method' );
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: goto superclass method
by Aristotle (Chancellor) on Dec 23, 2004 at 00:26 UTC | |
by merlyn (Sage) on Dec 23, 2004 at 00:30 UTC | |
by Aristotle (Chancellor) on Dec 23, 2004 at 00:40 UTC |