in reply to Re^2: LWP error 500 Server closed connection
in thread LWP error 500 Server closed connection

Yes. Read the manual: http://search.cpan.org/~gaas/libwww-perl-5.803/lib/LWP/UserAgent.pm#Proxy_attributes
  • Comment on Re^3: LWP error 500 Server closed connection

Replies are listed 'Best First'.
Re^4: LWP error 500 Server closed connection
by Anonymous Monk on Aug 03, 2005 at 00:35 UTC
    esskar, I tried to add this $browser->proxy('http','http://proxy.com:8081'); This will work on some sites but not for others. Do I have to add anything else?