|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^3: SUPER delegation fails because class name getting munged (somehow?)by pajout (Curate) |
| on Feb 23, 2011 at 16:26 UTC ( #889822=note: print w/ replies, xml ) | Need Help?? |
|
It looks good, I suspect static '::new' style with somehow munged first arg, but 'MyClass::MySubClass->new($args)' should be equivalent to 'MyClass::MySubClass::new("MyClass::MySubClass",$args)' (if method 'new' is implemented in MySubClass).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||