Re: Perl module that simplifies creation of packages?
- From: Big and Blue <No_4@xxxxxxxxxxxxx>
- Date: Wed, 23 Aug 2006 00:06:36 +0100
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.
.
- Follow-Ups:
- Re: Perl module that simplifies creation of packages?
- From: John Bokma
- Re: Perl module that simplifies creation of packages?
- References:
- Perl module that simplifies creation of packages?
- From: Ignoramus20689
- Perl module that simplifies creation of packages?
- Prev by Date: Re: Perl module that simplifies creation of packages?
- Next by Date: Re: Perl module that simplifies creation of packages?
- Previous by thread: Re: Perl module that simplifies creation of packages?
- Next by thread: Re: Perl module that simplifies creation of packages?
- Index(es):
Relevant Pages
|
|