WWW::FreeProxyListsCom

WWW::FreeProxyListsCom is a Perl module that will get proxy lists from http://www.freeproxylists.com
Download

WWW::FreeProxyListsCom Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

WWW::FreeProxyListsCom Tags


WWW::FreeProxyListsCom Description

WWW::FreeProxyListsCom is a Perl module that will get proxy lists from http://www.freeproxylists.com WWW::FreeProxyListsCom is a Perl module that will get proxy lists from http://www.freeproxylists.comSYNOPSIS use strict; use warnings; use WWW::FreeProxyListsCom; my $prox = WWW::FreeProxyListsCom->new; my $ref = $prox->get_list( type => 'non_anonymous' ) or die $prox->error; print "Got a list of " . @$ref . " proxiesnFiltering...n"; $ref = $prox->filter( port => qr/(80){1,2}/ ); print "Filtered list contains: " . @$ref . " proxiesn" . join "n", map( "$_->{ip}:$_->{port}", @$ref), ''; Requirements: · Perl


WWW::FreeProxyListsCom Related Software