in reply to Re: Grab a page using openSSL
in thread Grab a page using openSSL
When I try and change the last line to something likeLWP::UserAgent::new() LWP::UserAgent::request: () LWP::UserAgent::simple_request: POST url LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: ()
in my script it tells me that it can't locate object method "new" via package "LWP::Protocol::https::Request". Does this mean that the https request method is not implemented? Thanks so much for your continued help and guidance.LWP::Protocol::https::request 'POST', 'url';
|
|---|