jweirich / one.net writes:

> >>>>> "Terrence" == Terrence Brannon <brannon / lnc.usc.edu> writes:
> 
>     Terrence> I don't really agree with you here.
> 
> That's ok.  It's just my opinion.  Half the time, I don't agree with
> myself :-)  
> 
>     Terrence> Have you read "Object-Oriented Perl?"  Do you use
>     Terrence> Class::MethodMaker?
> 
> I've seen the book, but not read it.  I've not seen Class:MethodMaker.
> What does it do?

The book gives a great intro the Class::MethodMaker. But basically,
what Ruby has by default (automatic creation of getter and/or
getter/setter methods), is what Class::MethodMaker does for you.


> 
>     Terrence> De facto objects in Perl are fast and easy, but you need
>     Terrence> to use some of the CPAN classes when you decide to do
>     Terrence> large-scale production.
> 
> I would welcome some examples.  This is probably an inappropriate list
> for this, but if you wish to send them offline, or move to another
> forum, I would be glad to see them.
> 
> -- 
> -- Jim Weirich     jweirich / one.net    http://w3.one.net/~jweirich
> ---------------------------------------------------------------------
> "Beware of bugs in the above code; I have only proved it correct, 
> not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)

-- 
Terrence Brannon