I've never had much success with searching CPAN by functionality - often I want something specific which may not appear in the module name or description (I don't know if search.cpan.org even looks at descriptions).
A better approach, I've found, is to look for previously asked questions by searching for likely phrases on various sites (Perlmonks being foremost). Example: I want a module that does X, search for "how do I do X", "problem doing X", "doing X doesn't work" (more or less, allowing for proper grammar etc. depending on the value of X).
This usually shows up code with use statements or module recommendations or (best case) admonitions to "just use Some::Mod, you'll want to eventually anyway" (WWW::Mechanize for most web client stuff would be an example of the latter).
"Half of all adults in the United States say they have registered as an organ donor, although only some have purchased a motorcycle to show that they're really serious about it."
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.