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











Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes


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