I have a webserver where I'm running a few projects that make fairly extensive use of Perl's Unicode features. The server is running on Debian stable, so unfortunately this means I have to work with Perl 5.6.1.

I am slowly getting very fed up with 5.6.1's Unicode support and definitely want to switch to a 5.8 version. However, as far as I know (confirmed by the SVK Wiki), there is no 5.8 for Debian stable, so I only seem to have three alternatives:

  1. Move the whole server to Debian unstable, losing security updates
  2. Install Perl from source, but going well beyond Install parallel Perl on Debian because on top of that, I have to install Apache and mod_perl from source as well!
  3. Wait till Debian Sarge is released... in a year. Or two. Or three.

All three alternatives sound rather scary (although the second one less so, since I'm a bit security-minded). Any hints how I should go about this problem?


In reply to Perl 5.8 on Debian by crenz

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.