WWWgrab.pm is a perl5 module that will help you to get various response information from an http URL on the World Wide Web for people who need all the functions of the www-lib or LWP modules. It helps to get just web page contents, contents with...
Tie::DB_File::SplitHash splits a DB_File database into as many distinct files as desired. This then distributes hash entries between the files using a randomization algorithm. It then allows the DB_File hashes to grow to the full size of the...
Tie::FileLRUCache offers a filesystem based LRU cache. This uses the 'last accessed' timestamp generated by the file system to establish the 'oldest' cache entry and discards the oldest cache entries when needed to stay under the -keep_last limit....
Tie::ListKeyedHash is a Perl module that helps you to use lists as the keys for multi-level hashes. This is an ideal script when you need to parse tree generation and other similar tasks, where you need to create very deep trees or the tree depth...
sendmail-cgi.pl is a Perl/CGI library which can be used to send mail via smtp/sendmail. This script can also checks for genuine and valid mail server hosts.
Search::InvertedIndex is an inverted indexing system suitable for medium scale searching. This provides indexing or searches by mapping 'keys' to 'indexes' and offers an ultra-fast look ups of all 'indexes' containing specific 'keys'. This...
Redlibrary is a utility that will help you build your own scripts. It offers the most commonly used perl functions that can be used either as they are or even be customized for a specific requirements.
POE or Perl Object Environment is a networking and multi tasking framework for Perl. It includes an evolving component framework. It also includes components and libraries for making quick work of network clients, servers etc. With this script you...
libwww-perl collection is a set of Perl modules that provide a simple and consistent application programming interface to the world wide web. The library focuses on providing classes and functions that allow you to write wwwclients. The library...
Lingua::Stem takes lists of words that are determined by the locale and then stems them to their root form. This facet is of great utility in search applications, especially when they need to be able to find conjugated forms of words as well as...
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,...
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...
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.
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...
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...
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...
Class::ParmList is a simple package for validating calling parameters to a subroutine or method. It allows you to use named parameters while providing for checking for number and naming of parameters for verifying inputs are as they expected and...
Class:NamedParms is a scripts that allows key name checking for named accessor parameters. The script provides for the use of a generic 'get/set' type parameterized accessor. This is happening while automatically catching accidental mis-spellings... |