in reply to LWP and HTTPS

LWP::UserAgent (which I believe LWP::Simple is built on top of) can handle the HTTPS protocol if you have Net::SSL or IO::Socket::SSL. You'll probably need to install Crypt::SSLeay or IO::Socket::SSL.