vote up 5 vote down star
2

Duplicate of "Which version of Perl should I use on Windows?"


What would you recommend?

Why is one better than the other?

Which is best for CGI programming (using WAMP)?

flag
Last I heard the Apache folk don't recommend running under Windows. ( Apache is the A in LAMP ) – Brad Gilbert Oct 16 '08 at 3:34
But Windows is the W in WAMP – 1800 INFORMATION Oct 16 '08 at 20:17
What is this question the exact duplicate of? – skiphoppy Dec 17 '08 at 20:29

closed as exact duplicate by John Oct 16 '08 at 3:30

5 Answers

vote up 12 vote down check

The key difference between ActiveState and Strawberry is that Strawberry gives you an entire toolchain for building Perl modules from the CPAN. With ActiveState, you're dependent on ActiveState's proprietary PPM packaging, and hoping that they happen to package the module you're interested in.

If you're not using CPAN, then stick with ActiveState. But then again, if you're not using CPAN, you're missing half the value of Perl.

link|flag
vote up 0 vote down

If your business depends on Perl working 24/7, I would recommend ActiveState Perl. If something goes wrong, you have a company who's job it is to keep it running. If you don't plan on ever getting a support contract, you could toy around with Strawberry Perl.

link|flag
You can get support contracts from any company, not just the supplier of the distro. – Andy Lester Oct 16 '08 at 22:15
vote up 0 vote down

We've been using ActiveState Perl on our shared and dedicated Win32 platforms for years and years (1998 I think). It's stable, works and customers that switch from the Unix (Centos 4/5) platform to the Windows platform never report any issues.

Strawberry Perl looks like another new kid on the block so it depends on how much you trust their pedigree given their short life so far. I see lots of 'yah-boo ActiveState sux, use Strawberry Perl instead' stuff about them in various wiki's without any really good justifications.

As a company we'll probably stay with ActiveState Perl because we've never had any problems that have shaken our confidence.

link|flag
Strawberry Perl is just the same old Perl compiled for Windows. It's life goes back as far as Perl does, and it's all the same code base. – brian d foy Oct 16 '08 at 3:25
@Brian - well yeah I know that...but this particular distribution or whatever you want to call is relatively new compared to ActiveState or other more established builds of perl. Therefore I question it's maturity in terms of support etc. That's all. – Kev Oct 16 '08 at 23:51
vote up 4 vote down

See Which version of Perl should I use on Windows?

link|flag
vote up 2 vote down

We use ActiveState Perl for some admin tasks (scripts run via GPO) in our campus computer labs. I've been pretty pleased with it. Don't have any experience with it for CGI since we do ASP.NET based web apps.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.