You raise interesting issues. For instance, I've never seen documentation on cross-compiling with perl and cpan. And testers.cpan's testing of Windows could certainly be more pervasive, and broader (eg, ActiveState perl, ActiveState with their precompiled modules, ActiveState with M$ VisualStudio, gcc-built perl with raw Windows, with cygwin, with mingw, and all under Win98/2k/CE/etc).

As pointed out, some other languages provide better cross-platform and Windows support. Tcl makes it easy to create a stand-alone Windows executable containing a collection of source files which look to themselves like they are living in a normal filesystem (ie, www.equi4.com/starkit.html). Easy even from Linux.

Perhaps perl developed among "people with root access", and tcl among "less privileged users"? Or for "systems you have access to" rather than "tossing apps into the unseen wild". Or for "real" OSes? Or perhaps ActiveState blocked the upstream presure to make perl more portable?

Still, how difficult would it be to create a starkit equivalent for perl...? Perhaps the perl community just isn't trying? ;)


In reply to Re: Thoughts on script portability by mnc
in thread Thoughts on script portability by blue_cowdawg

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.