I have been using ActivePerl for about eight years now and the installation never failed.
If you do not have administrative privileges, you can install it in a directory to which you have permissions. Note that the installer would not be able to modify system wide environment variables if you do not have administrative privileges. In that case, you should not check those options in the installer and manually add the locations C:\opt\Perl\site\bin;C:\opt\Perl\bin
(if you installed it in C:\opt
) to %PATH%
, associate .pl
, .wpl
and .plx
extensions with perl
, and add .pl
, .plx
and .wpl
to %PATHEXT%
(in your user environment).
You might choose to use Strawberry Perl which is fine, but you should understand why your installation attempt failed and how to fix it.