in reply to Re: check multiple URLS in the same time
in 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 :)

  • Comment on Re^2: check multiple URLS in the same time