Turn on debugging to figure out whats going on (see perldoc LWP::Debug)
| MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!" | | I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README). | | ** The third rule of perl club is a statement of fact: pod is sexy. |
| [reply] |
Hi All,
Yea!! its working. Ok I did two changes.
1. I changed port from default(8080) to some other, just incase I was running something else on that port.
2. I changed line from
$agent->proxy('http', "real-proxy");
To $agent->proxy('http', "http://real-proxy");
I think second change did the trick.
Thank you all very much for your sugession.
regards
Vinay
| [reply] |