What to choose on Windows: Strawberry Perl or ActiveState Perl? - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-03T15:50:49Z http://stackoverflow.com/feeds/question/206888 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/206888/what-to-choose-on-windows-strawberry-perl-or-activestate-perl 5 What to choose on Windows: Strawberry Perl or ActiveState Perl? [closed] nav.jdwdw 2008-10-15T23:26:19Z 2009-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#206938 2 Answer by tvanfosson for What to choose on Windows: Strawberry Perl or ActiveState Perl? tvanfosson 2008-10-15T23:53:09Z 2008-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#206945 4 Answer by Michael Carman for What to choose on Windows: Strawberry Perl or ActiveState Perl? Michael Carman 2008-10-15T23:57:25Z 2008-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#206969 0 Answer by Kev for What to choose on Windows: Strawberry Perl or ActiveState Perl? Kev 2008-10-16T00:06:40Z 2008-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#206974 12 Answer by Andy Lester for What to choose on Windows: Strawberry Perl or ActiveState Perl? Andy Lester 2008-10-16T00:11:02Z 2008-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#207362 0 Answer by Brad Gilbert for What to choose on Windows: Strawberry Perl or ActiveState Perl? Brad Gilbert 2008-10-16T03:39:05Z 2008-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>