I must admit that I don't have too much to add to the informative answers already supplied, but I do have some experience with Apache CGI that leans a bit toward AS.

I develop under the Apache for Win32, which does not/cannot be told about the Cygwin environment. CGI scripts that are written for this server have an easier time if written in AS, there's less mucking about with filenames and paths than the cygwin distro.

Offsetting that is the ease of implementing modules under cygwin/CPAN. Sometimes I'd like to create a snazzy CGI app that uses some module that may not be compiled as a PPM yet (Image::Magick comes to mind, but it's a PPM now). Under those circumstances I usually punt and wait till I'm near one of my linux boxes.

Anyone here played with cygwin cgi scripts under Win32 Apache?


Overall, I believe your problem is a good one - Which of two fine perl implementations to use!


Good Luck


In reply to Re: Has anyone compared Cygwin Perl to AS Perl? by shelob101
in thread 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.