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.
SCIM Input-Pad is an on-screen input pad that can be used to input symbols
and key events very easily. It works with the SCIM input method platform.
SCIM Input-Pad comes with predefined files for common symbols, some special
keyboard events (such as dead keys and composing keys), punctuation technical
and graphics signs (including Braille alphabet), and many languages: Arabian,
Armenian, Balinese, Bengali, Buginese, Buhid, Cham, Chinese, Devanagari,
Ethiopic, Georgian, Gujarati, Gurmukhi, Hanunoo, Hebrew, Japanese, Kannada,
Kaya Li, Khmer, Korean, Lao, Lepcha, Limbu, Malayalam, Mongolian, Myanmar,
New Tai Lue, Ol Chiki, Oriya, Rejang, Russian (with all Cyrillic languages),
Saurashtra, Sinhala, Sundanese, Syloti Nagri, Tagalog, Tai Le, Tamil, Telugu,
Thai and Tibetian. It also provides an easy access to all Latin-based scripts.
This is a SCIM IMEngine module which uses m17n library as the backend. It
allows you to use keyboard layouts available via devel/m17n-db and
textproc/m17n-contrib through standard SCIM interface. m17n-lib currently
supports input of more than 60 languages with more than 70 language
specific input methods.
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.