in reply to Re^2: Inheritance - calling parent constructor
in thread Inheritance - calling parent constructor

I prefer parent over base since it doesn't hide errors, but I don't see the point of using a module to replace
use Foo; our @ISA = 'Foo';

It's only one line longer, and I don't buy that the module is any clearer.