in reply to Re: check multiple URLS in the same timein thread check multiple URLS in the same time
You could also use threads, but forking is simpler.
Absolutely, its why use Parallel::ForkManager instead of forks :)