I think it would be reasonable to ask your host to upgrade. If they refuse, consider a new host. Installing a local version of perl and then all the modules you might want to have available might turn out to be a hassle depending on how things are configured on the server you are on, how much disk you are allotted, and that kind of thing. If you really want more control, get a dedicated server (real or virtual) with root access and then install whatever you want.

Update: Regardless of your host, maybe you should consider installing Linux on a local machine? Either as dual-boot or on an old box. (Linux will run on just about any old machine.) If you can do that, it'll probably prove to be a much better platform to learn on than a shell account on a shared server.

-sauoq
"My two cents aren't worth a dime.";

In reply to Re: Should I ask my hoster to upgrade perl or try to do it myself? by sauoq
in thread Can/should I run an upgraded version of perl locally, on a shared web server where I don't have root? by tphyahoo

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.