WWW-FreeProxy

 view release on metacpan or  search on metacpan

lib/WWW/FreeProxy.pm  view on Meta::CPAN

=cut

sub plugins() { grep s/::$//, keys %WWW::FreeProxy:: }

=head2 fetch_proxies(&)

Fetches proxies. In order to save memory proxies are not returned as a list, but are reported through a callback function one by one instead.

=cut

sub fetch_proxies(&) { 
	my $callback = shift;
	$_->fetch($callback) for grep s/^/WWW::FreeProxy::/, plugins;
}

1;

=head1 AUTHOR

Alexey Alexandrov, C<< <swined at cpan.org> >>



( run in 0.835 second using v1.01-cache-2.11-cpan-49f99fa48dc )