URI::ParseSearchString::More is a Perl module, a subclass of URI::ParseSearchString, so you can call any methods on this object that you would call on a URI::ParseSearchString object. This module ...
Tie::Scalar::MarginOfError is a Perl module that allows you to have a scalar which has to stay within a certain margin of error. Your code will die (or execute what was passed in via the 'callback' ...
RSS2Leafnode is a Perl module that downloads RSS or Atom feeds and posts items as messages to an NNTP news server. It's designed to make simple text entries available in local newsgroups, not ...
Given a Pythonesque set of indented lines, the Parse::Indented module parses them into a convenient hierarchical structure.Developer commentsI have a bad habit of writing ...
Let's face it. SOAP is painfull. It's a dumb idea, the only reason you should ever consider using SOAP is if someone holds a gun to your head or pay you a lot of money for it.As anyone ...
Term::Size::Any is a unified interface to retrieve terminal size. It loads one module of a list of known alternatives, each implementing some way to get the desired terminal information. This loaded ...
, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.SYNOPSIS use TAP::Harness::JUnit;
SNMP::Class is a Perl module aims to enable snmp-related tasks to be carried out with the best possible ease and expressiveness while at the same time allowing advanced features like subclassing ...
The SHA Perl module is depreciated. Use Digest::SHA1 instead.The current SHA module is just a ...
Net::Vypress::Chat is a Perl module that provides API for using vypress chat functions like sending messages, setting topics and so on. It is also capable of recognising incoming UDP message type and returning information from it.
Math::BigInt::Random::OO is a Perl module for generating arbitrarily large random integers from a discrete, uniform distribution. The numbers are returned as Math::BigInt objects.SYNOPSIS
Mail::Sender is a Perl module that provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket.
The HTML::Template::HTX module reads and outputs HTML Extension template (.htx) files, which enable you to seperate your Perl code from HTML code.To use a .htx template file in your Perl ...
SquidGuard Manager is a Perl CGI Web GUI for squidGuard and SquidClamav administration. SquidGuard Manager allow full administration of SquidGuard blocklist and ACLs. You can also manage graphicaly ...
Funifs is a Perl module that implements limited set of unionfs filesystem features (read-only union of read-only branches), sufficient for staging web site testing and development.Primary ...
Devel::FastProf is a Perl per-line profiler. What that means is that it can tell you how much time is spent on every line of a perl script (the standard Devel::DProf is a per-subroutine profiler).
Convert::Moji is a Perl module that transforms one list of characters into another. Here are some ways you could make a rot13 transformer with this module: use Convert::Moji;
Config::GitLike is a Perl module that handles interaction with configuration files of the style used by the version control system Git. It can both parse and modify these files, as well as create ...
Class::Data::Reloadable is a drop-in replacement for Class::Data::Inheritable, but subclasses can be reloaded without losing their class data. This is useful in mod_perl development, and may ...
CatalystX::ListFramework is a Perl module for displaying tabulated lists of database records, updating those records and creating new ones is a common task in Catalyst applications. This class ...