http://www.perlmonks.org?node_id=552505


in reply to Install perl module on Windows

you can use ppm to install the module in perl but for that

u need to have a working internet connection . check to see if are using any http proxy server for internet access . if so you need to set http proxy while using ppm

C:\> set HTTP_proxy=http://proxy:8080

If your proxy or firewall requires a username and password, you will also need to set the environment variables 'HTTP_proxy_user' and 'HTTP_proxy_pass'. hope this helps