Strawberry Perl

From Biolecture.org
Revision as of 21:05, 9 December 2015 by imported>Doyeon Kwak (Created page with "<p>Q1. What is Strawberry Perl?</p> <p>A1. A kind of the Perl programming language for the Microsoft Windows platform. (Usually, Perl including BioPerl ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Q1. What is Strawberry Perl?

A1. A kind of the Perl programming language for the Microsoft Windows platform. (Usually, Perl including BioPerl is for Linux, Mac OSX, Ubuntu, and so on) While most other kinds of Perl which are distributed to other people require some rsoftware development tools already set up to install certain Perl components, Strawberry Perl ships with packaging of the most commonly used tools which are already configured. This is an unique feature of Strawberry Perl from other Perl distributions, and has influenced other distributions to give other tools with their own Perl system. (i.g. ActivePerl) Strawberry Perl is designed to be as close as possible to perl environment on UNIX systems.

Q2. Where can I get Strawberry Perl?

A2. http://strawberryperl.com/

Q3. What other tools Strawberry Perl contains?

A3. According to developer, Adam Kennedy and etc., Strawberry Perl includes Perl binaries, compiler(GCC) and its related tools, as well as all the external libraries(crypto, math, graphics, xml, ...).

Q4. Good/Bad things of Strawberry Perl?

A4. Good - Strawberry Perl could apply kinds of modules and add them into CPAN. Also, it can be relatively easy to find new or uncommon modules in the PPMs repositories, comparing with ActivePerl. Easier devices, PPM, are prepackaged on Strawberry Perl already.

     Bad - Strawberry Perl is more like Unix program, as its principle is also based on Unix. Although it is efficient to implement Perl tasks(somewhat like text processing), Strawberry Perl shows low compatibility since it is hard to support Windows GUI framework, or enable direct Win32 API access, while other Perl working program does very well.