My question is not strictly Perl related.

Why do you need to use this server as outdated as it is? If you have a choice, don't.

If the ISP is receptive, ask them to update the server or to move you to one of their updated servers. Many ISPs who will refuse to update a server will be more than willing to move your stuff to a server with a more modern toolset. The reason for this is that they don't want to expose existing customers on existing servers to update issues like language compatibility changes and such. This is a particular issue for PHP, and somewhat for MySQL. It's usually not an issue for Perl but it can be if someone's uploaded binary modules of their own. These ISPs tend to keep the old servers around and do only OS-level security updates on them. When they outgrow capacity, the new servers are built to a newer spec. So when you update a site, asking to be moved to a different server sometimes works when asking for an update to the server you're on will not.

If someone insists that you use that specific server, perhaps you could explain the situation. If those things fail, I guess building your own perl and uploading it is an option. Some ISPs don't allow compiled programs to be uploaded. Some that do allow it don't allow new versions of tools already offered. You should make sure this is acceptable practice on the server if you can get an answer. If the ISP doesn't allow it and you're still under the gun to do the site, you might need to backport to the earlier perl.



Christopher E. Stith

In reply to Re: real static perl by mr_mischief
in thread real static perl by bobb

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.