If you really want that, you can just install perl 5.8.6 on the knoppix system before installing the modules. Compiling perl is fast enough with today's machines. The only problem is space, you might not have enough memory to store the whole build and install tree of perl in addition to the memory you'd need for the live system and the crunching anyway. In that case, you'll either have to create a swap file for the live system (so that the ram file system it uses can grow in the swap), or build and install perl on a harddisk filesystem.

As an info, the build tree of perl 5.8.6 is 103 M, the install tree is 45M on my machine. The recommended amount of memory for knoppix is 82 M if you start X, 20 M if you start text mode only.

I've checked gentoo (not a live system, but a normal distrib), and they only have 5.8.4 yet.

As a sidenote: you could try installing activeperl on your windows box. It's not difficult.


In reply to Re: Linux Live CD with Perl >= 5.8.6 by ambrus
in thread Linux Live CD with Perl >= 5.8.6 by thekestrel

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.