I'm sure I'm in the minority, but I'm partial to installing cygwin and its perl.

I installed Cygwin about 5 years ago - and I still use it on a daily basis for ssh, git and svn.
The worst thing about it is its setup.exe - which you might need to use extensively if you want to install all of the modules that ship as standard with Strawberry Perl.
I'm damned if I know how it's supposed to work. I've got a procedure written down that does work if I follow it religiously, but it involves closing and re-starting setup.exe, which is ridiculously clunky.
Maybe I was doing it wrong and/or maybe it has since been improved.

The other annoyance was that it didn't provide a sufficiently recent version of autotools, for which I switched to using my Ubuntu box, and then scp the result across.
I'm still using the Ubuntu box in that way even though I would expect that, by now, a sufficiently recent version of autotools is available for Cygwin via setup. (Such is my fear of the dreaded setup.exe ;-)
I wonder if they're a "bit behind" with other software, too - or was it just autotools ?

Cygwin's perl is fine, and easy enough to build from source - though I rarely use it as native Windows perls (both self-built, and Strawberry) provide all that I need.

Cheers,
Rob

In reply to Re^2: New-to-Perl: recommendations for windows setup? by syphilis
in thread New-to-Perl: recommendations for windows setup? by bliako

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.