Maybe you want to try the WAIT engine. Trying just 'attachment' in the text query shows Mime-tools at number 5 and Mime::Lite at number 16. A search for 'database' returns the DBI module amongst a host of other database related modules in the first 40 hits. The term 'subject' is so general that I wouldn't expect to get any "meaningful" results from any engine. Both search.cpan.org and kobesearch.cpan.org mention (somewhere on each site) the WAIT engine as well as each other.

As for search.cpan.org, I went and tried 'database' in a documentation seach and DBI came up (along with hundreds of related database modules). It didn't show up in kobesearch.cpan.org (searching on module name or description) presumably because it is below the 100-result limit (alphabetically speaking). Nonetheless, a large number of these do mention the DBI module (right in their NAME-field, shown with the search results), so it is unlikely that even a superficial investigation into 'database' modules wouldn't turn up the DBI module rather quickly.

The short answer is: there are a few cpan search engines out there that do things slightly differently --- it is unlikely that there will be one that satisfies everyone's needs. That's pretty much the long answer too.


In reply to Re: Re: Finding the right Module by danger
in thread Finding the right Module by trs80

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.