I use Cygwin and ActivePerl on the machine at work. I have used it on NT4 before upgrading to Win2K. For the most part, everything work as long as you are not trying do a lot of cygwin shell to perl script integration. Then it starts to break, mostly because activeperl does not understand the "unix"ied path that cygwin passes it. I wish cygwin would handle the windows paths the way MKS utilities used to. There is a utility call cygpath that can convert a given file path between cygwin and windows, however it does not solve all cases in my experience. There is a version of perl that ships with cygwin but it has some serious limitations. I had issues running perl scripts out of the cygwin environment. Some of the CPAN modules would not compile under cygwin.

As far as using ActiveState goes its not bad. They seem to have a lot of the common modules in their PPM format. If you have visual studio on you machine you can even install the CPAN module and get stuff directly out of cpan. Note that just having nmake might not be enough because some of the modules have a corresponding C/C++ code that needs to be compiled. All this being said, it still is not as easy as installing and using perl on a unix or linux box :) As far as ppt goes, I would pick cygwin if only for being able to run a bash shell and having almost the same environment on windoze and my linux box.

<cite>Just a tongue-tied, twisted, earth-bound misfit. -- Pink Floyd</cite>


In reply to Re: PPT and Cygwin by data64
in thread PPT and Cygwin by simon.proctor

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.