Hi,

Newbie question....

I had perl 5.6.0 as part of the RH7.2. I installed 5.8.1, and then installed some new modules. After adding a line in bash_profile (as recommeded by the monks -thank you), I now get the new perl 5.8 when I perl -v, but I can't see any new modules, or any modules for that matter - not even the ones I could see under perl5.6. Where do modules get installed to by default?

I currently have

/usr/bin/perl5.6.0
/usr/local/bin/perl5.8.1

How do I make my new perl 5.8 recognise the any previously installed modules seen under 5.6?

How do I make my new perl recognise newly installed modules?

Is there a reason why the new perl installs by default into a different directory?

Er..that was a bit more than my original question wasn't it - sorry it's the thirst for knowledge you see.

In reply to where do perl modules install? by Clunk

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.