http://qs1969.pair.com?node_id=608959


in reply to Re^2: LWP SSLeay
in thread LWP SSLeay

LWP, LWP::Simple and WWW::Mechanize all support logins via the URI or via authentication methods (ie, $ua->credentials($user, $pass)). So, you should be all set without having to read a lick of the SSL docs. Mech has revolutionized the way I write these automated processes. I highly recommend starting there.

-Paul