Help for this page

Select Code to Download


  1. or download this
    501 (Not Implemented) Protocol scheme 'https' is not supported
    
  2. or download this
            use HTTP::Request;
            use LWP::UserAgent;
    ...
                     # this usually returns: "501 'https' not implemented
                     print $res->as_string()."<hr>";
            }