mod_perl logo
perl icon







previous page: APR::Finfo - Perl API for XXXpage up: mod_perl APIsnext page: APR::PerlIO -- An APR Perl IO layer


APR::NetLib - Perl API for XXX











mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams


Table of Contents

Synopsis

  use APR::NetLib ();

META: to be completed



TOP

Description

META: to be completed



TOP

API

APR::NetLib provides the following functions and/or methods:



TOP

test

META: Autogenerated - needs to be reviewed/completed

Test the IP address in an apr_sockaddr_t against a pre-built ip-subnet representation.

  $ret = $ipsub->test($sa);


TOP

See Also

mod_perl 2.0 documentation.



TOP

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.



TOP

Authors

The mod_perl development team and numerous contributors.







TOP
previous page: APR::Finfo - Perl API for XXXpage up: mod_perl APIsnext page: APR::PerlIO -- An APR Perl IO layer