At the risk of seeming churlish, may I ask if you tried a search of any kind? UPDATE: I see that you did try searching. In my experience the more natural you can make your query, the more relevant the results. For example, I tried this on Google:

Which are the core Perl modules?

About 866,000 results (0.29 seconds) 
Search Results
  Core modules (A) - perldoc.perl.org
    perldoc.perl.org/index-modules-A.html
      Perl Documentation for modules that form part of the standard distribution of perl.

Core modules (C) - perldoc.perl.org
  perldoc.perl.org/index-modules-C.html
    Perl Core modules (C) ... CPAN - query, download and build perl modules from CPAN sites; CPAN::Debug - internal debugging for CPAN.pm; CPAN::Distroprefs ...

Core modules (H) - perldoc.perl.org
  perldoc.perl.org/index-modules-H.html
    Perl Core modules (H). Perl 5 version 20.1 documentation. Go to top ... perldoc.perl.org - Official documentation for the Perl programming language. 

Core modules (T) - perldoc.perl.org
  perldoc.perl.org/5.8.9/index-modules-T.html
    Perl Home > Core modules (T) ... screen output using ANSI escape sequences; Term::Cap - Perl termcap interface; Term::Complete - Perl word completion module ...

How can I tell if a Perl module is core or part of the standard ...
  stackoverflow.com/.../how-can-i-tell-if-a-perl-module-is-core-or-part-of-...
    Jan 12, 2010 - For the really lazy, there's the Core Modules list on the perldoc.perl.org website. From coomand-line: Let's say that you want to know whether module Tie::Hash is installed. To find out, execute the following from the command line:

Which core modules did Perl 5.x have? - Perl Monks
  www.perlmonks.org/?node_id=670914
    PerlMonks
    Feb 28, 2008 - 5 posts - ‎3 authors
    is there someplace a comprehensive list of core modules shipped with Perl, grouped by the version? I have to remain compatible with 5.6.0 in ... 

Module::CoreList - search.cpan.org
  search.cpan.org/perldoc?Module%3A%3ACoreList
  CPAN Module::CoreList - what modules shipped with versions of perl ... Module::CoreList provides information on which core and dual-life modules shipped with each ...

etc...


In reply to Re^2: How To Identify or List Core Modules by 1nickt
in thread 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.