This module provides an interface the to Cassandra distributed database. It uses
the Thrift interface. This is changing rapidly and supports the development
version of Cassandra built from Subversion trunk.
This module is a DHCP set of classes designed to handle basic DHCP
handling. It can be used to develop either client, server or relays.
It is composed of 100% pure Perl.
Provides a simple OOP-ish interface to the Google SOAP API
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.
This module allows easy access to Feeds, Presences and Users at jaiku.com.
It requires an API key retreivable from http://api.jaiku.com/ for each
username you wish to authenticate.
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.
This package provides a class object which can be used for creating,
manipulating and sending a raw IP packets with optional feature for
manipulating ethernet headers.
This module uses a Patricia Trie data structure to quickly perform
IP address prefix matching for applications such as IP subnet,
network or routing table lookups. The data structure is based on
a radix tree using a radix of two, so sometimes you see patricia
implementations called "radix" as well. The term "Trie" is derived
from the word "retrieval" but is pronounced like "try". Patricia
stands for "Practical Algorithm to Retrieve Information Coded as
Alphanumeric", and was first suggested for routing table lookups
by Van Jacobsen. Patricia Trie performance characteristics are
well-known as it has been employed for routing table lookups within
the BSD kernel since the 4.3 Reno release.
The BSD radix code is thoroughly described in "TCP/IP Illustrated,
Volume 2" by Wright and Stevens and in the paper ``A Tree-Based
Packet Routing Table for Berkeley Unix'' by Keith Sklower.
Interface to pcap(3) LBL packet capture library
Perl interface to RabbitMQ