in reply to Class::Methodmaker inheritance

Your question isn't entirely clear, but...

Yes, you can use C::MM (or any subclass thereof), to add methods to your base class and then add other methods to your subclass.

Replies are listed 'Best First'.
Re: Re: Class::Methodmaker inheritance
by rkg (Hermit) on Mar 08, 2004 at 20:52 UTC
    How? Can you post a snippet? (of using C:MM to add additional functionality to a subclass of a C:MM class)?Thanks!