You are replying correctly, don't worry about that. Something strange is going on. The version of Perl you installed (sudo yum reinstall perl) has CPAN.pm v1.9402. Unless there's something really strange going on (some distros ship a stripped down version of perl I'm told) you shouldn't have to reinstall CPAN.pm (sudo yum reinstall perl-CPAN). Without knowing the background of how your cpan became broken in the first place I'd suggest investigating CPAN.pm which you do have installed, checking it's version. Perhaps something very odd occurred and you have a newer CPAN installed and the reinstallation attempts have confused matters.


In reply to Re^5: CPAN/Perl Broken by marto
in thread CPAN/Perl Broken by exquisitemb

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.