Net::Libproxy - Perl binding for libproxy ( http://code.google.com/p/libproxy/ )


Net-Libproxy documentation  | view source Contained in the Net-Libproxy distribution.

Index


NAME

Top

Net::Libproxy - Perl binding for libproxy ( http://code.google.com/p/libproxy/ )

SYNOPSIS

Top

  use Net::Libproxy;

  $p = new Net::Libproxy;
  $proxies = $p->getProxy('http://code.google.com/p/libproxy/');

  foreach my $proxy (@$proxies) {
    print $proxy."\n";
  }

DESCRIPTION

Top

libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API.

EXPORT

These two functions are also exported. proxy_factory_new() proxy_factory_get_proxies()

SEE ALSO

Top

Libproxy homepage: http://code.google.com/p/libproxy/ Net::Libproxy on Gitorious: http://gitorious.org/net-libproxy You can also read proxy.h and Net/Libproxy.pm

AUTHOR

Top

Goneri Le Bouder, <goneri@rulezlan.org>

COPYRIGHT AND LICENSE

Top


Net-Libproxy documentation  | view source Contained in the Net-Libproxy distribution.