Apache::ASP
- http://www.apache-asp.org/
- A Perl module that provides an Active Server Pages (ASP) port to the Apache Webserver. It allows developers to create dynamic web applications with session management and embed Perl code directly in static HTML files.
Backend News Project
- http://backendnews.sourceforge.net/
- A group of Perl modules that can be used to extract backend news files from different web sites and display the news in a personal website that has the ability to run Perl CGI scripts. Project is still in beta phase.
CGI.pm
- http://search.cpan.org/dist/CGI.pm/
- A popular module for CGI programming; read forms, use cookies, and generate HTML. Included in the standard distribution of Perl 5.
CGI::Cache
- http://cgicache.sourceforge.net/
- Perl extension to help cache output of time-intensive CGI scripts so that subsequent visits to such scripts will not cost as much time.
Embperl
- http://perl.apache.org/embperl/
- A server-side tool and framework for building websites with embedding Perl code in HTML pages. [Open source, GPL or Artistic License]
Gantry
- http://www.usegantry.org/
- CPAN module that provides an object-oriented web framework for Perl. Includes an introduction, documentation, tutorials and download.
MARC
- http://marcpm.sourceforge.net/
- A Perl module for reading, manipulating, outputting and converting bibliographic records in the Machine Readable Cataloging (MARC) format.
Net::DNS
- http://www.net-dns.org/
- Collection of modules that act as a Domain Name System resolver. They allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr.
RPL
- http://membres.lycos.fr/varkhancd/dev/RPL/
- Enables parsing and executing RPL programs, providing stack and variables management routines, as well as a library of built-in primitives for flow control, list manipulation and basic calculus.
Skybound Software.
- http://www.skybound.nl/products/perl/
- The home of SMS::Ringtone::RTTTL::Parser (a RTTTL string parser and validator) and SMS::Ringtone::RTTTL::MIDI (a RTTTL to MIDI format converter). A free web service is also available to test these modules.
The Perl DateTime Project
- http://datetime.perl.org/
- A set of modules for dealing with today's complex time zone system, date conversion and calculating the date upon which Easter falls in a given year.
WebCache::ICP
- http://search.cpan.org/dist/WebCache-ICP/
- CPAN module that implements the client and server side support for version 5 of the Internet Cache Protocol. See WebCache::Digest for the Cache Digest implementation.
WebTools
- http://www.proscriptum.com/
- Package to aid Web developers. Supports embedding Perl in HTML files, flat file databases, session tracking and cookies, and MySQL/MS Access.