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.
Many solutions (Score:2)
I was chatting with Rael Dornfest and asked him if he liked Perl. He said yes, but he was tired of the Perl mindset of "everybody having their pet solution." In Python, there are "SIGs" (Special Interest Groups) that are dedicated to taking a particular technology and making it work properly. As a result, you have a much greater consistency in code and you don't have to hunt around for the 30 ways to do the one thing. I have to admit, that sounds awfully nice even if I am one of the "pet solution" programmers :/
Reply to This
Re: Many solutions (Score:1)
It would be good if search.cpan.org then linked to the relevant SIG for a module (which would presumably supply a resource page giving overview of the topic, comparisons of different modules, and other recommendations).
osfameron
Re:Many solutions (Score:2)
These three modules show the strengths of the Perl model, there isn't a single class, but a base class, and two subclasses that build additional functionality. Ther
Re:Many solutions (Score:2)
I no longer believe in this romantic fantasy.