Help for this page
package MyHTTP; use base qw(LWP::Protocol::http); ... LWP::Protocol::implementor( 'http', 'MyHTTP' ); 1;