| [reply] |
Thank you for the links. I have tried several variable inputs in the System Properties - Environment Variables. With the input http://userID:password@ppm4.activestate.com/ap_index.txt:500
I get the following error in PerlApp ==E==http://ppm4.activestate.com/ap_index.txt: 500 Can't connect to ppm4.activestate.com:80 (connect: timeout)
| [reply] |
| [reply] |
Try one of these, you might get an idea of what your real proxy settings are LWP::UserAgent::ProxyAny - A LWP UserAgent supports both HTTP_PROXY and IE proxy HTTP::ProxyAutoConfig - use a .pac or wpad.dat file to get proxy information HTTP::ProxyPAC - use a PAC (Proxy Auto Config) file to get proxy info
| [reply] |