Help for this page

Select Code to Download


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