On Sat, 09 Dec 2000 20:46:12 GMT, Terrence Brannon <brannon / lnc.usc.edu> wrote: > > I don't really agree with you here. Have you read "Object-Oriented > Perl?" Do you use Class::MethodMaker? De facto objects in Perl are > fast and easy, but you need to use some of the CPAN classes when you > decide to do large-scale production. Been there, done that (10's of 1000's of lines worth), not impressed. The problem is similar to what I hear about Python -- yes, you can do objects, but it is not transparent and there are many little special cases of weirdness at the edges. Sort of like C++ :-) The thing about Ruby that attracted me is that you don't have to remember weird little special cases, and don't have to squint to see the objects. /\ndy