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

Replies are listed 'Best First'.
Re^4: LWP SSLeay
by abachus (Monk) on Apr 09, 2007 at 14:23 UTC

    Thanks all, JOY, JOY, JOY, JOY, JOY !!! I'm looking at WWW::Mechanize and have already built a prototype that works. Maybe a good time to go buy some beer to put in the fridge for later :D

    Isaac Close