Re: Perl module that simplifies creation of packages?



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.

You could write a class that doesn't *need* accessors but defines method into which you pass data to get things done, so that your class is self-contained rather than exporting values.

--
Just because I've written it doesn't mean that
either you or I have to believe it.
.



Relevant Pages