in reply to
Downloading URL's in Parallel with Perl
Look for the module
LWP::Parallel
. It does what you want without the overhead of fork() or
Thread
.
mr.nick
...
Comment on
Re: Downloading URL's in Parallel with Perl
In Section
Seekers of Perl Wisdom