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