For reasons of corporate policy I'm forced to have Windows NT as my desktop system. Thankfully I know have some *nix web servers, for production, but not yet as my "dev area".

For years I have used ActiveState Perl on my NT boxen, and it has worked fine, most of the time. Like others I have problems now and then, and I realy know how people feel when AS Perl goes belly up - For users of ActiveState Perl, this may someday save you some grief!, as it does now and then.

However as I don't have MS's Visual C, I am forced to download binaries via PPM after someone else has compiled them for me. If I can't find them, I can't use them.

There are several threds on the topic of PPM and it's repositories, and the truth is that there isn't a sigle CPAN style binary repositor yet for AS Perl - see CrazyPPM repository, interested? for example.

If the module doesn't require compilation, I can get it off CPAN, and using nmake I can install it most of the time without problems.

Over the years I've also grown to rely on the Cygwin "layer" on my NT box. It provides all those little tools that Microsoft forgot to include, like ssh, a decent shell, grep, gcc, etc. etc. Of late I've even got Cygwin/XFree86 up and running - most useful.

I've known that you can install Cygwin Perl on NT for some time, and even Apache, but never used it, as AS Perl is the default Perl on NT, it's what the books all talk about, and everyone assumes you have if you say "NT - Perl".

I'm also aware of both IndigoPerl and the SiePerl, but I already have Cygwin installed, and don't see any benefit from my perspective in these binary distributions over AS Perl.

I know that Cygwin is still officially beta code, and I know that the emulation layer does slow software down - Apache runs 30% slower apparently. Given a modern box, with plenty of RAM, that's not a prodcution server, I work mostly with CGI/HTML/XML and not Tk, my questions are:

As ever, humble thanks in advance.


In reply to Has anyone compared Cygwin Perl to AS Perl? by ajt

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.