I created a Perl script to run an https task. When I run it I get the error LWP::Protocol::https not installed. I cannot figure out, or find a tutorial or command on how exactly to install LWP::Protocol::http. Anyone have any idea how to install it? Installing LWP was quite easy. I have installed LWP and installed Crypt-SSLeay, however I still get the error. Here is my code: use LWP::UserAgent; my
