Do I need Linux platform to install Perl?

December 16, 2010 – 6:34 am

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.

Related posts:

  1. Has Perl been replaced by some other scripting language?
  2. Why i can not install centOS in XP platform?
  3. can i use fedore linux to learn redhat linux administration?
  4. how to install 2 different linux in a single box with Windows installed?
  5. Which books should I start with to learn computer Network programming, PHP, Perl and MySQL?
  6. How to Install Windows Xp, Redhat Linux and Solaris 10 in a Single Hard Drive?
  7. Can i do webdevelopment with PERL on windows?
  8. how do i start learning perl?
  9. How to install a new harware on linux redhat 9 ?
  10. What are the test automation tools that use perl as the scripting language? ?
  1. 4 Responses to “Do I need Linux platform to install Perl?”

  2. It depends upon your host, but typically support for Perl is only included with a linux server.

    By butchtroll on Dec 16, 2010

  3. 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.

    By natlang on Dec 16, 2010

  4. 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).

    By MR SCM on Dec 16, 2010

  1. 1 Trackback(s)

  2. Dec 17, 2010: Helping people not (yet) in the Perl community

Sorry, comments for this entry are closed at this time.