3b98e4e685
Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an object-oriented interface and provides nearly all bits of information about a network block that you might want. There are also functions to put a network block into a table and look it up by IP address, turn an IP address range into a list of CIDR blocks, turn a list of CIDR blocks into a list of IP addresses, and a function for sorting by text IP address. from Toni Mueller, with some tweaks by me
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/01 16:33:33 simon Exp $
|
|
${P5SITE}/Net/
|
|
${P5SITE}/Net/Netmask.pm
|
|
${P5SITE}/Net/Netmask.pod
|
|
@man man/man3p/Net::Netmask.3p
|