The first digit of the build number is always the release of Perl. That is Perl 5.003 was build 3xx, 5.005 was 5xx, 5.6.x was 6xx and 5.8 is 8xx. So I guess the 560 was a typo :-)

The newest build of 5.8 seems to be 806, the newest for 5.6.1 seems to be 633.

I would (do) install 5.8, though I am currently at 804. I guess the only reason why you might want to stay on 5.6 is the fact that there are still some modules that have not been compiled and made available via PPM for 5.8. But this is getting better. And usualy you only have to ask and someone will compile it for you ;-)

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature


In reply to Re: Recommended Perl Version on W2k/IIS5 by Jenda
in thread Recommended Perl Version on W2k/IIS5 by WhiteBird

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.