Re: Perl module that simplifies creation of packages?
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 22 Aug 2006 09:42:19 -0700
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.
Take a look at Damian Conway's Class::Std module on the CPAN. It does
a lot of this work for you, and creates the Inside-Out classes
recommended by his book, Perl Best Practices.
Paul Lalli
.
- References:
- Perl module that simplifies creation of packages?
- From: Ignoramus20689
- Perl module that simplifies creation of packages?
- Prev by Date: Invalid signature errors, CPAN, gpg
- 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
|