|
Posted by metaperl@gmail.com on October 14, 2005, 3:56 am
Please log in for more thread options
Hi Ed,
I think I had problems over-riding new a long time ago. Any of the more
widely use method makers (Class::MethodMaker or Class::MakeMethods)
allows you to do that and more.
Re: "Second. I have in my object several other objects as members." --
sounds like a job for Class::Container.
Re: "One of these contains a function called GetValue(). " -- that
sounds suspicious. A generic getValue instead of a get/set for each
attribute? Again, the popular method makers make these methods for you.
Class::Struct really is not the most widely used module for this
purpose. I would look on CPAN a bit harder for something with more
recent updates and other signs of life.
|