Does perlbrew work on windows?

Using ActiveState 5.8.8 on Windows XP , I would like to install a more recent Perl for testing / migration.

+7
source share
2 answers

Someday, we will not be in the days when we thought that we were limited to only one computer. When I want to test these things, I create virtual machines. I keep a clean basic setup around, make copies of this material, tune them in several ways and blow them in, but I like it.

If I do something bad, I can either easily return to the basic setup, or return to the snapshot. I have several Windows virtual machines for this use (and that they run faster than virtual machines on my new Mac against my old tower worth $ 300).

This is not just advice for ActivePerl. Developers must have many virtual machines if they cannot or do not want a lot of equipment. You install virtual machines as test machines instead of using your personal machine (with all your personalizations, music, etc.) as a test machine.

As for the literal question: I don't use perlbrew on Windows, but they were easy to find:

Note that you will need a compiler toolchain to turn perl source code into executable, as perlbrew assumes that you have all the unique things.

+10
source

Recently, an alternative has appeared:

berrybrew - Windows Strawberry Perl Version Manager

This is basically perlbrew for Windows using Strawberry Perl.

+5
source

All Articles