Install Perl Module Windows

  1. Install Cpan Module Windows 7
  2. Install Perl Json Module Windows
  3. Install Perl Module Windows Strawberry
  4. Install Perl Module Apache Windows
Active4 years, 8 months ago

Installing Perl Modules on Windows 1. 1 Perl Modules 1. 2 Getting modules 1. 3 Installing modules using PPM tool 1. 4 Installing modules manually 2. References 1. Installing Perl Modules on Windows 1. 1 Perl Modules A Perl module is a package (has. Pm as extension) that can be reused and is defined in a library file whose name is the same as the name of the package.

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,1979 gold badges25 silver badges41 bronze badges
an earwigHowan earwig
3,08911 gold badges52 silver badges90 bronze badges

Install Cpan Module Windows 7

2 Answers

Apache

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,24410 gold badges46 silver badges53 bronze badges
David W.David W.
89.2k29 gold badges182 silver badges294 bronze badges

Install Perl Json Module Windows

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 Module Windows Strawberry

happy coderhappy coder
1,4371 gold badge12 silver badges29 bronze badges

Install Perl Module Apache Windows

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