Help for this page

Select Code to Download


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