http://qs321.pair.com?node_id=150375


in reply to Re: Re: Checking links with LWP::UserAgent
in thread Checking links with LWP::UserAgent

The docs have some good examples. You set the option:
$ua->max_req(5);
to set how many requests it will handle in parallel.