Timothy Johnson wrote:
OO works, but is not exactly intuitive in Perl, so you'll have to decide if it's worth the steep learning curve.
Funny, I'd say the opposite. Perl's OO seems, at this point to be intuitive and easy to learn. The curve is a slightly not straight line really. I think what may contirbute to it appearing difficult is:
a) its a bit different from other lang's OO so it may not be familiar to say Java folks at first glance
b) poor programming practice (IE the *exact* same code from Joe Blow done with "Joe's 4th cup of Joe" style vs "Perl Best practices - Damian Conway"style. the latter will be infinitely more readable and learnable ;p)
Just my .02 :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>