202 projects tagged "Perl Modules"
The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files. It also has the ability to rsync the server htdocs tree to another server with the click of a button.
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core SMTP features, all functionality is implemented in small "extension plugins" using the easy-to-use object oriented plugin API. qpsmtpd was originally written as a drop-in qmail-smtpd replacement, but now it also includes an smtp forward and a postfix "backend".
Finance::CompanyNames is a Perl module for finding names of companies in arbitrary English text. The module can locate names and their variants, using statistical language processing methods. It is possible to automatically locate instances of "XYZ Corp" as well as "XYZ Corp.", "XYZ Corporation", and even "XYZ". This module fulfills a common need for programmers in the financial and investment communities.
find_used_modules looks over your entire system and figures out which modules people are using. It then builds a Perl script that can be used to test to make sure that all those modules are available. The purpose of all this is to allow Perl to be upgraded without breaking too many installed Perl programs.
CGI.pm uses objects to create Web fill-out forms on the fly and to parse their contents. Instead of remembering the syntax for HTML form elements, developers can just make a series of Perl function calls. An important fringe benefit of this is that the value of the previous query is used to initialize the form, so that the state of the form is preserved from invocation to invocation.
A tool that creates DocBook XML from Javadoc or HTML and transforms DocBook to various output formats.