Help for this page
BEGIN { $ENV{PERL_LWP_USE_HTTP_10} = 1; }
if ($ENV{PERL_LWP_USE_HTTP_10}) { require LWP::Protocol::http10; ... LWP::Protocol::implementor('https', 'LWP::Protocol::https10'); }; }