in reply to Remove lwp header
instead of$ua->request($my_request);
Then you can construct $my_request using http://search.cpan.org/perldoc?HTTP%3A%3ARequest and http://search.cpan.org/perldoc?HTTP%3A%3AMessage$ua->get('http://site.com');
HTTP::Request is inherited from HTTP::Message and HTTP::Message does have a method remove_header
|
|---|