in reply to parallel web get with lwp::simple

Maybe you should look at LWP::Parallel::UserAgent instead.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: parallel web get with lwp::simple
by barathbr (Scribe) on Jul 26, 2004 at 08:25 UTC
    thanks for the response guys, I guess the the lwp user agent would be just right for me to use.