in reply to Re^2: Extending parent object method?
in thread Extending parent object method?
I'm slightly baffled that "STRING::CLASS"->SUPER::new(@_); even works.
Perl's method dispatcher handles the SUPER:: case in a special fashion. It looks weird, but it works.
|
|---|