NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SUPER is Super (Score:1)
Out of curiousity, what was
SUPERnot doing for you? Theory once asked if it could dispatch to a given parent class (skipping one, for example), but I never added that.Re:SUPER is Super (Score:1)
I don't remember the failure I experienced off hand, but I'll try writing it again today and see if it turns out to work.
rjbs
Re:SUPER is Super (Score:1)
Depending on how rough that code is, you have an extra
$selfin there, which probably changes things.Re:SUPER is Super (Score:1)
Unfortunately, due to other issues in the module I was extending, I ended up having to do something more complex. I hope to have a reason to play with SUPER sometime in the future!
rjbs
Reply to This
Parent