I wish to learn Perl Scripting Language. Do I need Linux platform for it to install or Will I be able to run Perl on Windows? Please respond.
Three answers:
Sleeping Troll
2009-02-12 01:35:43 UTC
It depends upon your host, but typically support for Perl is only included with a linux server.
MR SCM
2009-02-12 01:48:17 UTC
You can install Perl on a PC, but actions done by Perl on files are more related to Linux. So you can better use Linux.
Maybe you install a virtual Linux machine (e.g. Fedora version 9 go to http://www.thoughtpolice.co.uk/vmware/ ), using VMware, on your PC.
Then you can play with it and ruin everything without any damage.
Perl is already installed.
When things go wrong you just copy the initial version back (takes a few minutes).
natlang
2009-02-12 01:38:18 UTC
Two good Windows distributions of Perl are ActivePerl and Strawberry Perl.
The main difference is that if you install modules with ActivePerl you are mostly stuck with precompiled binarys from ActiveState. Strawberry Perl includes the mingw C compiler and you install modules with the "cpan" command much like on Linux.
For the most part it makes no difference, but occasionally it does make ActivePerl easier, or Strawberry Perl more flexible.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.