This post is an attempt to clarify and focus my earlier post: CPAN reference counter?.

I would like to know how many time a module gets used by other modules. There seems to be a few projects which attempt to figure out what modules a module depends upon, which is almost but not exactly the opposite.

The reason I want to know this is to have a kind of popularity/usefulness metric. I'm interested in helping people who are trying to decide what module among many to use when confronted by an array of choices. It would also provide an easy top-ten list for newbies looking to familiarize themselves with perl.

In academia, a lot of scientists count the success of a given article by the number of other articles that reference that article, and I think the same thing could apply here.

Now, here's the real question (and why I'm posting again...): Does this have to be exact? I don't think it does. If it's used by humans trying to whittle down a list of possible solutions, it can be a little out of date and miss a few references without ruining anyones day. In that light, it's like kwalitee: useful but not the end of your problems.

Am I crazy? Does this sound like a good idea?

Thanks!

--Pileofrogs


In reply to CPAN Reference Counter II by pileofrogs

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.