in reply to Re: OO package problems...
in thread OO package problems...
Also check out Class::MethodMaker which will automate generating much of this code for you. You just give it a list of attributes and what not and it writes all of the mostly boilerplate code for accessors. You can still write your own custom accessors for things that C::MM can't handle itself.
And consider getting the excellent book, Object Oriented Perl.
|
|---|