in reply to
Re: Objects and Inheritance
in thread
Objects and Inheritance
Incidentally,
use base qw(BaseClass)
is kind of handy because it sets inheritance and does a
use BaseClass
in one shot. It keeps you from forgetting things like this.
Comment on
Re: Re: Objects and Inheritance
Select
or
Download
Code
In Section
Seekers of Perl Wisdom