This module tries to make using of HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags. The template is usually saved separate from your script. It can also be created by someone else. Using this module you fil
Embperl is a framework for building websites with Perl. It offers an easy way of embedding Perl code in HTML pages. It offers many features that ease the task of creating a websites, including dynamic tables, form field-processing, escaping/un-escapi
Functional.pm is a Perl module that adds features which make Perl slightly more functional. It adds functions such as 'foldr' and ?foldl?. The package is well bundled, packaged, and documented. It doesn't have currying or infinite lists.
Formlib makes available a few perl subroutines that can help you in handling forms. It allows you to use both methods i.e. post and &GetGetArgs at the same time. The three subroutines that are made available read and parse the input...
EdcomLib is a collection of related and sometimes inter-dependant classes. This allows you to construct a multi-user as well as a dynamic Web application that is database driven.
This is a Perl4 Based micro-RDBMS Database Library using flat-files to manage tables and data. It works best with Perl5. It supports multiple databases, data backup/restore, primary and foreign keys and currently, two types of data(string and intege
CodeKit offers multilingual database code table that is universal in nature. It allows you to easily maintain multiple databases in multiple languages. Its available features allow you to define new virtual code tables, new languages, enter all codes
DBIx::CGI is a very easy to use DBI interface that is meant for usage with CGI scripts. The script currently supports drivers such as Pg, mysql, and mSQL. The distribution package of this script contains a CGI script for accessing databases on the lo
This perl 5 library uses objects to create Web fill-out forms and to parse their contents. It also provides an interface for parsing and interpreting query strings passed to CGI scripts. In this, instead of remembering the syntax for HTML form elemen
CGI::Minimal provides a lightweight alternative to the CGI.pm module shipped with Perl. Rather than attempt to address every possible need of a CGI programmer, it provides the minimum functions needed for CGI such as form decoding (including file up |