in reply to Re^3: Forcing LWP-UserAgent to use a proxy server without modifying code
in thread Forcing LWP-UserAgent to use a proxy server without modifying code

Sure, LWP::Simple is nice and easy, and gets the job done, but there's been many cases where I've had to change to the regular LWP, just because ::Simple is, well, too simple...

Take the plunge - move onto LWP.. It's a lot more flexible...

  • Comment on Re^4: Forcing LWP-UserAgent to use a proxy server without modifying code