mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
9 lines
396 B
Plaintext
9 lines
396 B
Plaintext
This module provides functions to deal with IPv4/IPv6 addresses. The
|
|
module can be used as a class, allowing the user to instantiate IP
|
|
objects, which can be single IP addresses, prefixes, or ranges of
|
|
addresses. There is also a procedural way of accessing most of the
|
|
functions. Most subroutines can take either IPv4 or IPv6 addresses
|
|
transparently.
|
|
|
|
WWW: http://search.cpan.org/dist/Net-IP/
|