What to choose on Windows: Strawberry Perl or ActiveState Perl? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-03T15:50:49Zhttp://stackoverflow.com/feeds/question/206888http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl5What to choose on Windows: Strawberry Perl or ActiveState Perl? [closed]nav.jdwdw2008-10-15T23:26:19Z2009-04-01T15:24:10Z
<p><strong>Duplicate of <a href="http://stackoverflow.com/questions/71513/which-version-of-perl-should-i-use-on-windows">"Which version of Perl should I use on Windows?"</a></strong></p>
<p><hr /></p>
<p>What would you recommend?</p>
<p>Why is one better than the other? </p>
<p>Which is best for CGI programming (using WAMP)?</p>
http://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl/206938#2069382Answer by tvanfosson for What to choose on Windows: Strawberry Perl or ActiveState Perl?tvanfosson2008-10-15T23:53:09Z2008-10-15T23:53:09Z<p>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.</p>
http://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl/206945#2069454Answer by Michael Carman for What to choose on Windows: Strawberry Perl or ActiveState Perl?Michael Carman2008-10-15T23:57:25Z2008-10-15T23:57:25Z<p>See <a href="http://stackoverflow.com/questions/71513">Which version of Perl should I use on Windows?</a></p>
http://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl/206969#2069690Answer by Kev for What to choose on Windows: Strawberry Perl or ActiveState Perl?Kev2008-10-16T00:06:40Z2008-10-16T03:23:40Z<p>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.</p>
<p>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.</p>
<p>As a company we'll probably stay with ActiveState Perl because we've never had any problems that have shaken our confidence.</p>
http://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl/206974#20697412Answer by Andy Lester for What to choose on Windows: Strawberry Perl or ActiveState Perl?Andy Lester2008-10-16T00:11:02Z2008-10-16T00:11:02Z<p>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.</p>
<p>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.</p>
http://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl/207362#2073620Answer by Brad Gilbert for What to choose on Windows: Strawberry Perl or ActiveState Perl?Brad Gilbert2008-10-16T03:39:05Z2008-10-16T03:39:05Z<p>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.</p>