This module uses a radix tree (or trie) to quickly build the hierarchy of a
given address space (both IPv4 and IPv6). This allows the user to perform
fast subnet or routing lookups.
It is implemented exclusively in Perl.
Jifty is a full-stack web framework. It provides an optional REST interface
for applications. Using this module, you can interact with that
REST interface to write client-side utilities.
You can use this module directly, but you'll be better off subclassing it.
This module also provides a number of convenient methods for writing
short scripts. For example, passing use_config => 1 to new will look at
the config file for the username and password (or SID) of the user.
If neither is available, it will prompt the user for them.
Net::NBName is a class that allows you to perform simple NetBIOS Name
Service Requests in your Perl code. It performs these NetBIOS operations over
TCP/IP using Perl's built-in socket support.
Kippo is a medium interaction SSH honeypot designed to log brute force
attacks and, most importantly, the entire shell interaction performed
by the attacker.
This is a snapshot release of the NIS interface to Perl 5. There are
three parts to the interface: the raw component (Net::NIS), the
object-oriented component (Net::NIS::Table), and the tied interface
(Net::NIS).
Unless someone provides strong reason to support the raw or OO
components, they will be marked as deprecated and not documented or
enhanced (but still supported for backward compatibility).
Net::Libdnet - Perl interface to libdnet
The Perl 5 module Net::MAC allows you to
- store a MAC address in a Perl object
- find out information about a stored MAC address
- convert a MAC address into a specified format
- easily compare two MAC addresses for string or numeric equality
Based on Net::Whois, Net::ParseWhois was written with the intent to provide a
replacement for the (broken) Net::Whois module. It is otherwise different to
Net::Whois in that it a) is easily extendable b) has a work-around approach
rather than wanting/expecting/wishing registrars to standardize their output.
Using Net::MovableType you can post new entries, edit existing
entries, browse entries and users blogs, and perform most of the
features you can perform through accessing your MovableType account.
Since Net::MovableType uses MT's remote procedure call gateway, you
can do it from any computer with Internet connection.
Net::MovableType promises an intuitive, user friendly, Object Oriented
interface for managing your web sites published through MovableType.
Most of the method names correspond to those documented in MovableType's
Programming Interface Manual.
Net::NBsocket provides a wrapper for Socket to supply Non-Blocking
sockets of various flavors.