There are quite a few binary distributions of Perl for Win32 available besides the two you mention. The primary advantage of cygwin Perl is that you get a working fork (not a badly emulated, slow, buggy, imitation fork). The primary disadvantage is that you need to install cygwin, which probably means the install is approximately an order of magnitude less simple.

For replacing *.bat files, you don't need to a real fork. So I'd go with a smaller distribution than cygwin in your case (though I do recommend installing cygwin in the general case -- though I don't use cygwin Perl much personally for no particular reason, though, I suspect it prefers cygwin path treatment which would be a pain at times). I'd probably not go with ActiveState, personally, if for no other reason than I like to support competition and having a near monopoly even for Win32 Perl distributions is something I prefer not to contribute to. (:

http://www.cpan.org/ports/#win32 gives a good list but it isn't always complete, unfortunately, but it gives you some other choices in case you are interested.

- tye        


In reply to Re: Cygwin vs. Active State Perl Install (fork in the road) by tye
in thread Cygwin vs. Active State Perl Install by yburge

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.