in reply to Re: LWP 500 read timeout
in thread LWP 500 read timeout

My guess, You forgot to load HTTP::Request module.

If that were the case, his program would die. This is not the case.

$ perl -MLWp -le"print for grep /HTTP/, keys %INC" HTTP/Status.pm HTTP/Date.pm HTTP/Response.pm HTTP/Message.pm HTTP/Request.pm HTTP/Headers.pm