in reply to Forms, LWP and SSL

Do you know if LWP::UserAgent supports ssl? There seems to be a LWP::Protocol::https module that one can use to access https urls.

Replies are listed 'Best First'.
Re: Re: Forms, LWP and SSL
by agoth (Chaplain) on Jan 19, 2001 at 20:49 UTC
    LWP::UserAgent certainly can.

    My problem is I need the concurrency / hit rate provided by the LWP::Parallel in addition else I have to wait for each UserAgent to return before going on with the next one.

    I knew I'd seen it somewhere, in perldoc lwpcook