Net::Whois::Raw - Perl extension for retrieving unparsed raw whois
information. There is also a simple way of checking whether a domain
is registered or not.
Usage:
use Net::Whois::Raw;
$s = whois('perl.com');
$s = whois('freebsd.org');
$s = whois('freebsd.org.ua');
$Net::Whois::Raw::CHECK_FAIL = 1;
print "Hurry up!\n" if !whois('microsoft.com');
Net_URL_Mapper provides a simple and flexible way to build nice URLs for your
web applications.
The URL syntax is similar to what can be found in Ruby on Rails or Python
Routes module and as such, this package can be compared to what they call
a router. Still, Net_URL_Mapper does not perform the dispatching like these
frameworks and therefore can be used with your
own router.
Net::Jabber
The Jabber Instant Messaging project is an Open Source project seeking
to provide a complete cross protocol messaging solution. The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other. Jabber seeks to get rid of those barriers by
allowing a Jabber client to talk with an AOL user, or an IRC chat room,
or any number of other programs.
For more information about the Jabber project visit
Net::Jabber is a collection of Perl modules that provide a Perl Developer
access to the Jabber protocol. Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.
The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution. The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other. XMPP seeks to get rid of those barriers.
Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol. Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.
The Net::Divert module facilitates the use of divert
sockets for packet alteration on FreeBSD and MacOSX.
This module allows you to create a divert socket and then
just supply a function that will deal with the incoming packets.
Net::INET6Glue is a collection of modules to make common modules IPv6
ready by hotpatching them.
Unfortunatly the current state of IPv6 support in perl is that no IPv6
support is in the core and that a lot of important modules (like
Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the modules
for IPv6 sockets Socket6, IO::Socket::INET6 are available.
This module tries to mitigate this by hotpatching.
Fast scalable ip range aggregation and summary tool kit. Find intersections
across multiple lists of IP ranges, fast.
Although similar in functionality to Net::CIDR::Compare, Net::Netmask and
NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip management
and evaluation tool allowing more flexibility and scalability when dealing with
the somewhat organic nature of IP-Ranges.
If you have a large number of ipv4 ranges and need to inventory lists of ranges
for intersections, this is the Module for you!
This module provides a perl interface to the Twitter APIs. It uses the
same API definitions as Net::Twitter, but without the extra bells and
whistles and without the additional dependencies. Same great taste,
less filling.
This module is related to, but is not part of the "Net::Twitter"
distribution. It's API methods and API method documentation are
generated from "Net::Twitter"'s internals. It exists for those who
cannot, or prefer not to install Moose and its dependencies.
Net::Google::PicasaWeb - use Google's Picasa Web API
This is both a library and a set of simple scripts for
reading information about a Google PicasaWeb account.
This module is intended to make the common uses of Net::FTP a
one-line, no-argument affair. In other words, you have 100%
programming with Net::FTP. With Net::FTP::Common you will have 95%
configuration and 5% programming.