Choose ones that have been recently updated, or are in higher versions, as they generally are better maintained and more developed
That's quite a bold statement. Lots of activity may also be a sign of a high bug rate, or creature feep. "High" versions numbers are an even less useful indication. Is PHP an on par choice to Perl because both have (major) version number 5? Will PHP become a better choice if they declare their 6.0 to be ready before Perl does?
If you can use modules which have been assimilated into the core release, this is often good too, because they are stable and well tested
So you hope. That's only true for part of the modules in the core. Many "core" modules are "dual released" - the modules are found on CPAN, maintained (or not...) by someone other than p5p, and are just synced with the latest CPAN version before a Perl release. Inclusion in the core doesn't mean more than that someone in the past thought it was a good idea. And once there, it'll be there forever. Witness modules like CGI and Text::Soundex.

In reply to Re^2: How to choose the right module by JavaFan
in thread How to choose the right module by sans2030

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.