Hi

I recently had the need to certain error-object modules which overload stringification. (see Re: backwards compatible 'die $obj' (grep.metacpan.org))

I tried grep::metacpan which has some idiosyncrasies, like

Which is OK if you know about it, but quite confusing if you start doubting your search query.

So I was looking around for more info, and found http://grep.metacpan.org/about saying

Alas ... grep.cpan.me is defunct and for sale. (was it good?)

My next guess,Google Code Search was discontinued.

grep::metacpan provides an API and I could start working around the limitations, but before reinventing the wheel I'd like to know about alternatives...

So dear community, how would you solve this?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

PS: On a tangent:

guessing the names of potential modules is sometimes the hardest part (e.g. Kavorka for signatures) I could imagine evaluating the semantic links given by the See Also part in PODs. (e.g. Kavorka mentions Function::Parameters and Method::Signatures in it's "See Also")

Is anyone aware of a solution for that?


In reply to grepping CPAN? by LanX

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.