Net_IPv4 is a Class used for calculating IPv4(AF_INET family)
address information such as network as network address,
broadcast address, and IP address validity.
The Net::DSN::SEC suite provides the resource records that are needed for
DNSSEC (RFC 4033, 4034 and 4035). In addition the DLV RR, a clone of the DS
RR is supported (RFC 4431)
It also provides support for SIG0. That later is useful for dynamic updates
using key-pairs.
RSA and DSA crypto routines are supported.
For details see Net::DNS::RR::RRSIG, Net::DNS::RR::DNSKEY,
Net::DNS::RR::NSEC, Net::DNS::RR:DS, Net::DNS::RR::DLV, and see
Net::DNS::RR::SIG and Net::DNS::RR::KEY for the use with SIG0.
Net::DNS contains all needed hooks to load the Net::DNS::SEC extensions when
they are available.
See Net::DNS for general help.
Net_Nmap is a simple interface for Nmap, the
free and open source utility for network
exploration or security auditing.
Net_Nmap can be used to auto discovery hosts
and services in your network or simply to
parse Nmap XML output.
Net::Dict is a perl class for looking up words and their definitions on network
dictionary servers. Net::Dict provides a simple DICT client API for the network
protocol described in RFC2229.
The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and
HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP
server.
Net::Gnats provides a perl interface to the gnatsd command set. Although most
of the gnatsd command are present and can be explicitly called through
Net::Gnats, common gnats tasks can be accompished through some methods which
simplify the process (especially querying the database, editing bugs, etc).
Net-Works provides a APIs for IP addresses and networks
similar to NetAddr::IP, but claims to be cleaner.
Net::GrowlClient provides a complete object oriented interface
to send Mac OS X Growl notifications across the network.
PEAR::Net_Dict provides a simple API to the DICT Protocol handling all the
network related issues and providing DICT responses in PHP datatypes to
make it easy for a developer to use DICT servers in their programs.
Net_Socket is a PEAR class interface to TCP sockets.
It provides blocking and non-blocking operation, with different reading
and writing modes (byte-wise, block-wise, line-wise and special formats
like network byte-order ip addresses).