mod_perl logo
perl icon







previous page: APR::Pool - Perl API for XXXpage up: mod_perl APIsnext page: APR::Socket - Perl API for XXX


APR::SockAddr - 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::SockAddr ();

META: to be completed



TOP

Description

META: to be completed



TOP

API

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



TOP

equal

META: Autogenerated - needs to be reviewed/completed

See if the IP addresses in two APR socket addresses are equivalent. Appropriate logic is present for comparing IPv4-mapped IPv6 addresses with IPv4 addresses.

  $ret = $addr1->equal($addr2);

The return value will be non-zero if the addresses are equivalent.



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::Pool - Perl API for XXXpage up: mod_perl APIsnext page: APR::Socket - Perl API for XXX