amitsq has asked for the wisdom of the Perl Monks concerning the following question:

How to install a module on Active State Perl (Windows) when the packet manager doesn't show the modul as install option?

Explicit i need following:

use URI::Escape::JavaScript;

Replies are listed 'Best First'.
Re: how to install URI::Escape::JavaScript on ActiveState
by marto (Cardinal) on Jul 11, 2017 at 09:38 UTC

    From the command line:

    cpan URI::Escape::JavaScript
      thank you, it installed it for perl64bit, could i also get it for Perl32bit?

        If you have multiple versions of perl installed, repeat the procedure using the cpan command installed with each perl.