Hmmm. I tried each of these suggestions and none of them seem to be working.

First I downloaded the 5.8.4 directories in share/perl and in lib/perl, renamed them to 5.8.8, and re-uploaded them. For this approach I also changed the "use lib" lines of my script to 5.8.8. Should I have done that?

Next I tried creating the symbolic link (I do have shell access), but that didn't work either. I changed my "use lib" lines back to 5.8.4 for this.

Last I downloaded the File::Find (it was actually File::Random, and I'm guessing you meant to write that, too?) and uploaded it (as Random.pm) into the 5.8.8 dir I'd already created in my first approach, which overwrote the version of the file that was already there.

In all instances I continued to get the 500 Internal Server Error message. Have I misinterpreted any of your suggestions, or left out a required step due to ignorance? If not, any ideas why these solutions aren't working, and/or suggestions for other approaches to try?

(Also: thank you!)


In reply to Re^2: How do I update my perlmod lib files to 5.8.8? by hawthorne
in thread How do I update my perlmod lib files to 5.8.8? by hawthorne

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.