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)?
|
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)? |
||||||
|
closed as exact duplicate by John Oct 16 '08 at 3:30 |
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||||
|
|
|
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. |
||
|