WWW::ProxyChecker

WWW::ProxyChecker is a Perl module that can be used to check whether or not proxy servers are alive.
Download

WWW::ProxyChecker Ranking & Summary

Advertisement

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

WWW::ProxyChecker Tags


WWW::ProxyChecker Description

WWW::ProxyChecker is a Perl module that can be used to check whether or not proxy servers are alive. WWW::ProxyChecker is a Perl module that can be used to check whether or not proxy servers are alive.SYNOPSIS use strict; use warnings; use WWW::ProxyChecker; my $checker = WWW::ProxyChecker->new( debug => 1 ); my $working_ref= $checker->check( ); die "No working proxies were foundn" if not @$working_ref; print "$_ is aliven" for @$working_ref; Requirements: · Perl


WWW::ProxyChecker Related Software