Return to site

Install Perl Module Windows

broken image


Active4 years, 8 months ago

I want to use Perl for web development. I have tried to find out how to install it but when I tried to get ActivePerl it wouldn't install on Windows 8. Can anyone tell me how to install Perl on Windows 8? I can go for ActivePerl, Strawberry Perl, or any other Perl release as long as it will work on Windows 8.

Darin Kolev
3,19799 gold badges2525 silver badges4141 bronze badges
an earwig
Install perl module windows 10
an earwig

A good setup for Perl on Windows (32 and 64 bit): Make sure you do not have any version of Perl already installed. Download and install Padre, the Perl IDE/editor. Log out and back in (or reboot). Go to your start menu, then click the 'Perl command' link. To confirm the installation worked. Nov 10, 2007  Perl Module: How to Install Perl Module on Windows The most simple task to make your tasks simpler is installing a perl module on your machine. There are three common ways by which one can install a perl module on your machine.

3,0891111 gold badges5252 silver badges9090 bronze badges

2 Answers

As you already know, there are two generally used Perls in the Windows World:

  • ActivePerl from ActiveState.
  • Strawberry Perl which is an open source project started by Adam Kennedy -- a big honcho in the Perl community.

What's the big difference between them:

ActiveState Perl was designed to be a Perl solution specifically for Windows (and later both Macs and Linux). ActiveState offers a very nice Perl IDE called Komodo and has excellent Perl support. All you need is some cash. After all, that's how ActiveState makes its money. Of course, you can use EPIC instead of Komodo and get a lot of help from StackOverflow too.

ActiveState comes with the default Win32 modules already installed and also supplies a Perl Package Manager (PPM) instead of using CPAN for installing other CPAN modules. PPM has a nice GUI interface, and its modules have already been precompiled and tested. It also is a bit better than CPAN with dependency tracking. Of course, there might be some CPAN modules not in PPM, and that can be an issue.

Strawberry Perl was started to be more Open Source oriented than ActiveState. By default, Strawberry Perl comes with a Make program and a complete development environment, so that almost all CPAN modules are available and can be installed. This is because Strawberry Perl comes with the complete MinGW package which includes Make and a gcc compiler. The idea was to give Perl people who mainly use Linux and Unix machines a similar feeling solution for Windows.

In reality, both are pretty similar. ActiveState comes with the Win32 modules, but you can install them as needed on Strawberry Perl via CPAN. Strawberry Perl works with CPAN, but ActiveState gives you complete directions for installing the same MinGW environment that Strawberry Perl uses (via their PPM) which allows you to install all CPAN modules that Strawberry Perl can install. ActiveState comes with a GUI Perl Documentation that includes all installed Perl modules, but the perldoc command gives you the same information anyway.

So, if you're more Linux/Unix oriented and want something that feels very similar on Windows, go with Strawberry Perl. If you are using Perl as a Win32 solution, go with ActiveState. And, don't worry about choosing the wrong one. In the end, Strawberry Perl can include all those nice Win32 modules, and ActivePerl can use CPAN.

Kara
4,2441010 gold badges4646 silver badges5353 bronze badges
David W.

Active Perl Install Module

David W.
89.2k2929 gold badges182182 silver badges294294 bronze badges

There is another SO posting that you might find what you're looking for here. A similar posting. In sum, I get the impression that Strawberry Perl would work alright, and so would ActivePerl. I rather liked Strawberry Perl, and it was so long ago that I installed it on my wife's Windows Vista machine that I can't remember why I chose it over ActivePerl, ymmv. CHEERS!

Community

Install Perl Library Windows

happy coder

Cpan Windows

happy coder

List Installed Perl Modules Windows

1,43711 gold badge1212 silver badges2929 bronze badges

Not the answer you're looking for? Browse other questions tagged perlwindows-8installation or ask your own question.





broken image