![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: object oriented Perl advice / constructor creation in child classby choroba (Cardinal) |
on Jul 11, 2018 at 07:15 UTC ( #1218282=note: print w/replies, xml ) | Need Help?? |
Perl supports multiple inheritance. In case several predecessors provide a method of the same name, Perl uses the "method resolution order", see mro for details. Example: MyA.pm
MyB.pm
MyC.pm
script.pl
In Section
Seekers of Perl Wisdom
|
|