in reply to Re^3: Inherit parent, AND also import parent's exported sub ??
in thread Inherit parent, AND also import parent's exported sub ??
making it a method, and this become a method ever after.sub nameOfOldFunc { shift; return OldClass::nameOfOldFunc ( @_ ) ; }
Thank you very much for the help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Inherit parent, AND also import parent's exported sub ??
by stevieb (Canon) on Sep 10, 2016 at 00:52 UTC |