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

%PATH% got not recognized as Name of Cmdlet, Function, Script file or program

The usual thing is to run perl in a cmd.exe shell, not in Windows powershell - and the command I provided is for the cmd.exe shell.
But if you're running in powershell, then you would instead re-set the PATH with:
$env:path="C:\location\of_your\perl32\bin;$env:path"
Cheers,
Rob