I am an OO programmer by training, so the concept of
reinventing the wheel is both painful and irresponsible to
me. I am in the process of attempting to code a largish
OO system in perl (parallel genetic algorithms framework,
in case any of 'yall are interested in working on this
with me.) And I was looking through CPAN, like every good
perlmonk should do before they attack a problem, and I
encountered the Class::* heirarchy. Both MethodMaker and
NamedParams seem like very VERY interesting classes to use
to take some of the... drudgery out of OO programming (get/set
methods, and the sort...) However, I have no experience with
either one of those packages, so I am at a loss which one
would serve me better as a foundation for my OO heirarchy?
In reply to Class::*
by eduardo