It's apparently never come up for me in nearly two decades of using Perl -- two questions:

  1. How do I determine if a module suggested to me is Core?
  2. Where do I get a list of Core modules for a given Perl release?

A reasonable alternative to the first one, of course, is to simply write a test script and see if it complains; however, this technically only means it came with my distribution, and is not a foolproof indicator of "Coreness".

I ask because I followed a link for Sub::Install thinking it might lead to a neat way to modularize and make dynamically loadable code; saw the version as 0.9xxx and thought, "Hmm, I wonder if this is Core".

I then compared it to File::Findand did notice a few subtle differences in the way the bread crumb links at the top were assembled; but rather than reverse engineer and guess at the bits, I thought I'd see if there was a more authoritative reference someplace.

Update:

I did use Super Search, but, typical of my first efforts to find things with search engines, I came up with a bunch of links that didn't seem to answer the questions. Apparently, my Search-Fu is not strong.


In reply to How To Identify or List Core Modules by marinersk

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.