I have installed ActivePerl 5.14.2 on a Windows 32 bit machine running XP. My problem is that I'm trying to install a few modules with PPM and it's not working out.
According to ActiveState's website, all you need to do to install a module from their repository is "ppm install module name
" , example: http://code.activestate.com/ppm/Template-Toolkit/
Every time I try this or any other module I get: "No Perl script found in input
"
Even when I do just "ppm
" I get the same message, even though the GUI should run.
When I run PPM with a GUI from the start menu I get this error: "Failed 500 Can't connect to ppm4.activestate.com:8080 (connect: timeout)
”
I though that it might be my connection, so using cmd.exe
I used the set HTTP_PROXY
command and then tried ppm install
, but still no luck. So is there any way I can get these modules installed?
Any advice is appreciated !!