NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Learning Perl in the 21st Century (Score:1)
I always feel like I'm having to learn the history to understand why things are the way they are in the world of Perl (particularly, in the CPAN and lots of old core modules.) Perhaps a modern book can attempt to bypass this history lesson while also focussing on modern methods?
But how do you cover objects? Would you use Moose?
Reply to This
Re: (Score:1)
Exactly. It can explain just enough theory to help the reason for the design decision explain the syntax and design, but avoid the "In yon blessid days of the 20th centuree...." which plagues much of the Perl core.
blesshas to make an appearance (at least to explain what legacy code does), but I think Mouse [cpan.org] is close enough to the 80% of Moose that eve