in reply to Re^4: how to install URI::Escape::JavaScript on ActiveState
in thread how to install URI::Escape::JavaScript on ActiveState

actually I already runned the command in the directory for perl32, yet it installed it in directory for perl64

Make sure that the location of perl32 bin directory is ahead of location of perl64 bin directory in your PATH. At the command line:
set PATH=C:\location\of_your\perl32\bin;%PATH%
Then try running the same cpan command again.

Cheers,
Rob

Replies are listed 'Best First'.
Re^6: how to install URI::Escape::JavaScript on ActiveState
by amitsq (Beadle) on Aug 01, 2017 at 09:33 UTC
    sorry for the delay, now having distance to the matter, it's all more clear, and your command helped changing the priority. Thanks!!