in reply to Re^2: Net::HTTP::Methods and LWP::UserAgent
in thread Net::HTTP::Methods and LWP::UserAgent

or even
package MyHTTP::Socket; use vars qw(@ISA); @ISA = qw(LWP::Protocol::http::Socket);