Sorry -- perhaps I wasn't being clear enough: My impression is that CPAN lists standard modules as well as many many more that are not part of the standard Perl library.

When I'm browsing CPAN, and I see a neat module, the first thing I think is: "I wonder if that's part of the standard lib?" That is, I wonder if I've already got it installed (EDIT: also, I'd just like to get to know better which modules are in the std lib, and which aren't.). I sometimes work on various different machines, which each may have different extra modules installed.

That's why I'm curious if the CPAN site offers a way to differentiate (while browsing) between standard modules and other, extra ones. It would seem like a useful web site feature, no?

I realize there's other ways to see: (a) which modules the standard lib consists of, and (b) which other modules I've currently got installed on my system. That said, it still seems that it would be convenient to see directly on CPAN what you're dealing with.


In reply to Re^2: CPAN: standard modules and other modules by JohnMG
in thread CPAN: standard modules and other modules by JohnMG

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.