in reply to Re^2: using http::record if inside fire wall
in thread using http::record if inside fire wall

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.

  • Comment on Re^3: using http::record if inside fire wall

Replies are listed 'Best First'.
Re^4: using http::record if inside fire wall
by Vinay (Initiate) on Jun 18, 2004 at 07:06 UTC
    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