in reply to
Does inheritance via @ISA automagically handle "use"-ing the package?
No, that's why they came up with
use
base
— it basically does both tasks at once — and at BEGIN time, too.
Comment on
Re: Does inheritance via @ISA automagically handle "use"-ing the package?
In Section
Seekers of Perl Wisdom