here are my few bits of knowledge on question:

  1. AS does packaging of Perl (and Tcl, for one I know) much in more regular basis than earlier. It was 2 years between consequent releases 561 and 580, but now they released 584 and 586 versions quite soon after official release.
  2. Linux installation of AS perl has quite similar logic as on Win32, but they provide both RPM and TGZ versions
  3. cygwin... those are quite recent versions, I have it installed but don't know many. However interesting to note, perlTk could be built with X, and this is quite interesting to see...
  4. personally, recently I was pleased by RedHat binaries of Perl because they provided PPC linux binaries, which I was not able to cross-compile, but now, thank to them, I have GCC (to compiler newer perls) and recent perl (they also provide 586) on my PPC linux.
    so please consider their binaries as good quality ones.
    my PPC linux, BTW, is satellite receiver, I am very happy for it to run perl :):)
  5. WinCE binaries are available at SF site http://perlce.sf.net but those binaries are far from perfect, unfortunately. I even think WinCE port needs some kind of rework, but this is true for many WinCE ports (including tcl)

Best regards,
Courage, the Cowardly Dog


In reply to Re: How does your distro handle Perl module installation ? by Courage
in thread How does your distro handle Perl module installation ? by szabgab

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.