http://qs321.pair.com?node_id=1218281


in reply to Re: object oriented Perl advice / constructor creation in child class
in thread object oriented Perl advice / constructor creation in child class

Hi Sir,

Thanks for your answer All these A,B,C & D modules have method new so will that cause some conflicts?

  • Comment on Re^2: object oriented Perl advice / constructor creation in child class

Replies are listed 'Best First'.
Re^3: object oriented Perl advice / constructor creation in child class
by Anonymous Monk on Jul 11, 2018 at 07:40 UTC
    Yes, calling multiple inherited SUPER::new() constructors would be a problem (I don't think mro would help, either), which is why I asked you for more details about modules you are trying to put together.