Net::Address::IPv4::Local discovers the local system's IP address that
would be used as the source address when contacting "the internet" or a
certain specified remote IP address.
Net::Frame::Dump is the base class for all dump modules. With them,
you can open a device for live capture, for offline analysis, or
for creating a pcap file.
Net::OAuth::Simple is a simple wrapper around the OAuth protocol.
OAuth is:
An open protocol to allow secure API authentication in a simple and standard
method from desktop and web applications.
This module is simply a wrapper around the scp call. The primary difference
between this module and I<Net::SCP> is that you may send a password
programmatically, instead of being forced to deal with interactive sessions.
Net::HTTPS::NB provides same interface as Net::HTTPS but it will never try
multiple reads when the read_response_headers() or read_entity_body() methods
are invoked. In addition allows non-blocking connect.
If read_response_headers() did not see enough data to complete the headers an
empty list is returned.
If read_entity_body() did not see new entity data in its read the value -1 is
returned.
The Net_UserAgent object does a number of tests on an HTTP user
agent string. The results of these tests are available via methods of
the object.
This module is based upon the JavaScript browser detection code available
at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
This module had many influences from the lib/Browser.php code in
version 1.3 of Horde.
Net::LDAP is a collection of modules that implements a LDAP services API
for Perl programs. The module may be used to search directories or perform
maintenance functions such as add, deleting or modify entries in an LDAP
directory.
POE::Component::Client::Telnet is a POE component that provides
a non-blocking wrapper around Net::Telnet, or any other module
based on Net::Telnet.
Consult the Net::Telnet documentation for more details.
Net::IPAddr is a collection of helpful functions used to convert
IP addresses to/from 32-bit integers, applying subnet masks to
IP addresses, validating IP address strings, and splitting a FQDN
into its host and domain parts.
No rocket science here, but I have found these functions to very,
very handy. For example, have you ever tried to sort a list of IP
addresses only to find out that they don't sort the way you expected?
Here is the solution! If you convert the IP addresses to 32-bit integer
addresses, they will sort in correct order.
The pywapi module provides a python wrapper around the Yahoo! Weather,
Weather.com and NOAA APIs.