Kalas - Multi-Thread URL Fetcher
use Kalas;
my $k = Kalas->new();
$k->crawl( @url_list );
my @res_list = $k->responses;Kalas is a Multi-Thread URL Fetcher.
satoshi azuma <ytnobody at gmail dot com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.