The pertinent question is not so much "What are the best CPAN modules", but "What is the best CPAN module to perform some specific task".

The answer to the second question is very often, "All CPAN modules are best for some specific task". After all, the authors of modules spend the time to write and publish their modules because the modules provide a facility or way of solving a specific problem that didn't seem to be available when the modules were conceived.

Sure, there are plenty of unmaintained and even just plain broken modules around, and there are some that are clearly well written and solve their particular problems very well. But a list of the "best" is just barely usefull.

Of much more potential use is to change the focus slightly and look at "The most popular modules". Those are the ones that are used a lot, often because they are the best, but also because the solve problems that are frequently encountered.

So yes, I agree with your intent, but I'd shift the focus to "most popular", which is actually much easier to measure than "best" (see the What is quality? discussion). I'd focus less on problem domain and more on hints for usage of each module. Actually the two don't have to be exclusive, an index by popularity and another by problem domain solves the problem. Note that as soon as you start sorting stuff into slots though, bits drop through the cracks - good indexes are very hard to generate! (The popularity index is easy - but mutable, the purpose index is hard - but fixed.)


DWIM is Perl's answer to Gödel

In reply to Re: Section proposal: Best CPAN Modules by GrandFather
in thread Section proposal: Best CPAN Modules by ptum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.