hi all,
i've trouble installing module net::Telnet
i used to be able to install all my modules on windows XP using ppm
but all of a suddent i get the error:
"407 proxy authentication required"
If your IE is configured to use proxy server, try ppm after adding the following three environment variables under system variables(System Properties>Advanced tab>Environment variables).
name: http_proxy
value: your proxy server(e.g http://internet:8085)
name: http_proxy_user
value: your username(Windows login)
name: http_proxy_pass
value: password