There isn't a separate perl compiler per se. The compiler is part of the perl interpreter ("runtime environment").
And no, the perl interpreter isn't part of Vista. But there are multiple perl installations for windows, the most used and "polished" from a Win32 point of view is probably ActivePerl.
| [reply] |
That used to be the case, but haven't been for quite some time now.
Strawberry Perl is the least painful Windows Perl distribution nowadays.
For a while I was continuously surprised as module after module installed without problem, but that novelty faded eventually as I got used to it just working.
/J
| [reply] |
| [reply] |
Least painful is not the same as polished, and Strawberry perl is far from polished.
Strawberry Perl Support
A quick word before we continue...
Strawberry Perl is a community-driven Open Source project, which means that most of the people directly involved have jobs, families and/or other commitments beyond just Strawberry.
...
In situations where you simply MUST have commercial support for operations or policy reasons (you know who you are) Strawberry may not be your best option. While their ActivePerl distribution may not have CPAN support out the box, ActiveState does offers support on commercial terms and can be modified to do most things that Strawberry can, albeit with some effort
| [reply] |
ActivePerl is a very nicely maintained Perl distribution (i.e. Perl + an installer (called ppm) for a subset of the modules available on CPAN), but my personal favourite is Strawberry Perl. There are still some issues with Vista (see Vista Issues) though, which I cannot comment on, but that's no reason to not give it a try.I am still clinging to Windows XP for my Windows needs and very happy using Strawberry Perl, in particular I can install nearly any module from CPAN I like (I had only problems with a few of them, e.g. Tk). | [reply] |
| [reply] |