Re: Perl module that simplifies creation of packages?



On Tue, 22 Aug 2006 17:30:52 GMT, Mumia W. <mumia.w.18.spam+nospam.usenet@xxxxxxxxxxxxx> wrote:
On 08/22/2006 09:55 AM, Ignoramus20689 wrote:
I recall that there is a perl module that simplifies creation of
packages with nice accessors. Like, I could use that module and do
just a few things so that my class would have great get and set
functions, etc, without doing much. I have no recollection of its
name, maybe something::Object or some such.

Any pointers will be appreciated.

thanks

i


These...

Class::Accessor
Class::Data::Inheritable
Class::Struct

...are some of the options.


Thanks guys. Of all, Class::Accessor seems easiest to use,
Class::Struct also is pretty good.

i

.



Relevant Pages