Hi, I've been given the responsibility to rebuild a web server for an application we use. I'm using RHEL 3.0 for the OS and for now, I've taken the default installed Perl, v5.8.0.

Our application relies on some perl modules that are not looking compatible to v5.8, eperl imparticular. The current server runs fine with 5.005_03.

So my question, is version 5.005_03 still safe to use? If so, I'd just rather remove 5.8 and install 5.005_03. We don't need any functionality that 5.8 may offer as the app is no longer being updated, just bug fixed.

Also, if I may, following are the modules we use for our app. If anyone sees problems with any of these and the versions I'm using, please point that out too. Some of the names may not be quite right, these are what I was told we use.

Thank You!
Perl 5.005_03 Digest.MD5 2.16 MIME-Base64 2.12 URI 1.17 Net-FTP-Common 2.28 HTML-Parser 3.28 HTML-Tagset 3.03 libwww-perl 5.69 Net_SSLEAY 1.07 CGI 2.56 eperl 2.2.14 Java JDK 1.18 IO-Socket 0.8 KRB5 1.1 libnet 0.10.11 Net::FTP ? - is this the same as net-ftp-common? Perl_LDAP 0.2401 - not sure if this is a perl module
Thanks!

Edited by Chady -- fixed formatting.


In reply to Is 5.005_03 still safe? by cybler

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.