in reply to Problems installing XML::LibXML for Perl5.10 on Win32 platform

PPM doesn't work through a proxy/firewall.
This can be remedied by setting the environment variable 'HTTP_proxy' to the name and port of your Internet proxy, e.g.:
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'.

  • Comment on Re: Problems installing XML::LibXML for Perl5.10 on Win32 platform