Perl interface to the SHA1 Algorithm Digest-SHA1 module for perl.
Perl 512-bit one-way hash Digest::Whirlpool is a 512-bit, collision-resistant, one-way hash function.
The Perl programming language (documentation) This is the documentation package for perl. It contains also the 'perldoc' program.
RFC 2822 Address Parsing and Creation This class implements a complete RFC 2822 parser that locates email addresses in strings and returns a list of "Email::Address" objects found. Alternatley you may construct objects manually. The goal ...
Email-Find perl module Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see the section on "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be ...
Generate world unique message-ids Message-ids are optional, but highly recommended, headers that identify a message uniquely. This software generates a unique message-id.
Easy MIME message parsing This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of ...
Parse a MIME Content-Type Header This module is responsible for parsing email content type headers according to section 5.1 of RFC 2045. It returns a hash as above, with entries for the discrete type, the composite type, and a hash ...
A unified interface to MIME encoding and decoding This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen. Provides a number of ...
Modify Email::MIME Objects Easily Provides a number of useful methods for manipulating MIME messages. These method are declared in the Email::MIME namespace, and are used with Email::MIME objects.
Simple parsing of RFC2822 message format and headers Email::Simple is the first deliverable of the "Perl Email Project", a reaction against the complexity and increasing bugginess of the Mail::* modules. In contrast, Email::* modules are meant to be ...
Check validity of Internet email addresses This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain or whether the top level domain of the email address is valid.
Warn on implicit encoding conversions This perl pragma emits warnings whenever an ASCII character string containing high-bit bytes is implicitly converted into UTF-8. It is useful when working with mixed encoding strings.
Error/exception handling in an OO-ish way The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for ...
Event module for perl Fast, generic event loop.
Event-RPC - High level API for event-based execution flow control Event::ExecFlow provides a ligh level API for defining complex flow controls with asynchronous execution of external programs.
Mimic the 'tail -f' behaviour using Event This module tries to mimic the 'tail -f' behaviour using Event. It detects file deletion, rename, rotation providing a simple way to keep track of files like log files.
Event-RPC - Event based transparent Client/Server RPC framework Event::RPC consists of a server and a client library. The server exports a list of classes and methods, which are allowed to be called over the network. More specific it acts as a proxy for objects ...
A Perl module to run synchronized XML stream This module may be used to developp application wrappers to be installed in XML pipelines. The wrapper expects some XML input. It sends some bits of information to the wrapped application and ...
A module that allows you to declare real exception classes in Perl This module allows you to declare hierarchies of exception classes for use in your code. It also provides a simple exception class that it uses as the default base class for all other exceptions.
Expect for Perl The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It more closely ressembles the Tcl Expect language than its predecessors. It does not contain any of the networking code found ...
Perl wrapper around the Expect module Expect::Simple is a wrapper around the Expect module which should suffice for simple applications. It hides most of the Expect machinery; the Expect object is available for tweaking if need be.
Exporter-Lite perl module This is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports "import()", @EXPORT and @EXPORT_OK and not a whole lot else.
ExtUtils::AutoInstall - Automatic install of dependencies via CPAN ExtUtils-AutoInstall module for perl.
Compile and link C code for Perl modules This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for ...
Perl extension to automagiclly configure perl scripts This module is used to add configuration information to a perl script, and is meant to be used with the ExtUtils::MakeMaker module. ExtUtils::configPL is not a "normal" Perl extension. It does add or ...
Perl module for further extending extensions This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that ...
Add a Makefile target to determine test coverage using Devel::Cover This module adds an additional target to the Makefile generated by ExtUtils::MakeMaker. The target, testcover, calls cover, the command-line script to generate test coverage statistics, to clean up ...
Converts Perl XS code into C code ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. ...
ExtUtils-PerlPP module for perl ExtUtils-PerlPP module for perl.
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |