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