Thanks for the offer, Steve.

Currently I'm just trying to get the webhost to install some of those core modules as System Modules.  They've done a couple but there are more that I have in my code.  

A few more issues are:

1. Have you ever seen the problem with cPanel where you install a module (using cPanel), but then it doesn't appear in the list of modules that cPanel shows as being installed under your account?  This is what's happening, and I saw the same thing years ago with a previous migration.  One implication is that I can't uninstall such modules via cPanel, because I can't see them in cPanel.

2. The modules I've tried installing under my account after the migration are not being picked up by my code.  I usually use this line to update @INC so it can find modules I've installed:
    use lib '/home/myusername/perl5/lib/perl5';
but it looks as if I now have to add another line:
    use lib '/home/myusername/perl/usr/share/perl5'
It's getting messy.  Is this what people usually have to do (i.e. multiple 'use lib' lines)?  Any suggestions?  Would uninstalling and reinstalling the modules I installed before the migration help (i.e. would they all be installed in the same location)?

3. I also note that some modules (e.g. LWP) are installed in the system areas (i.e. not under my account), but are NOT displaying when I click "Show System Modules" in cPanel.  Have you seen that before?  Any ideas how this happens?

Thanks again.


In reply to Re^4: Core Modules & cPanel System Modules by tel2
in thread Core Modules & cPanel System Modules by tel2

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.