Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | CGI & Perl | Scripts & Programs | Development Tools | Libraries & Modules

Results 1-20 of 33
POE - Perl Object Environment
POE is an award winning Perl framework for networking and multitasking. It has been used in mission critical systems in a wide range of fields including finance, entertainment, e-commerce, content management, system administration, and software development. POE has been used in applications as intense as distributed file systems and as lighthearted as IRC robots.
(3 ratings)
Reviews0
PriceFree
Views1937
Perl Module to access Clickatell API
Use this module to send WAP push, mms notification or sms through Clickatell API. This perl module is based on Clickatell�s HTTP API Specification Specification v.2.2.7.
(3 ratings)
Reviews0
PriceFree
Views1020
CGI.pm
This perl 5 library uses objects to create Web fill-out forms on the fly and to parse their contents. It provides a simple interface for parsing and interpreting query strings passed to CGI scripts. However, it also offers a rich set of functions for creating fill-out forms. Instead of remembering the syntax for HTML form elements, you 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. Everything is done through a CGI'' object. When you create one of these objects it examines the environment for a query string, parses it, and stores the results.
(0 ratings)
Reviews0
PriceFree
Views1166
libwww-perl-5
The libwww-perl distribution is a collection of Perl modules which provides a simple and consistent programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients, thus libwww-perl said to be a WWW client library. The library also contain modules that are of more general use.
(0 ratings)
Reviews0
PriceFree
Views854
libwww-perl
libwww-perl is a library of Perl packages/modules which provides a simple and consistent programming interface to the World Wide Web. This library is being developed as a collaborative effort to assist the further development of useful WWW clients and tools.
(0 ratings)
Reviews0
PriceFree
Views948
cgi-lib.pl
The cgi-lib.pl library makes CGI scripting in Perl easy enough for anyone to process forms and create dynamic Web content. The library features: Extremely simple to learn and easy to use, Designed for operation under Perl5 and Perl4, Very efficient, Compatibility with all CGI interactions, including File Upload, Convenient utility functions, Compatible with Perl5 security features such as taint, warnings, (command line options -Tw) and use strict, Debugging facilities, Good starting point for migration to more sophisticated libraries, etc.
(0 ratings)
Reviews0
PriceFree
Views1190
HFPM
The HFPM are a set of modules that accept a submitted HTML form, possibly modify the contents of the submitted fields, and output the result using e-mail, appending to a file, and/or displaying it to the user or returning an arbitrary URL. They also operate on the environmental variables passed in from the client and server.
(0 ratings)
Reviews0
PriceFree
Views798
cgi-library.pl
This library includes many useful routines: ReadParse which gets all form parameters and writes them into a field variable, PrintHeader which prints the Content-type text/html, HtmlTop(title, background, kopf) that simply prints a head of a HTML document, HtmlBot(title) that prints the bottom of a HTML document, SplitParam that splits a list, CgiError which prints out error messages, Check_Name which checks if a username contains dangerous signs for filenames, Get_Seconds that returns the number of seconds, lock(filehandle) that implements a locking function, unlock(filehandle) that implements a unlocking function, and more.
(0 ratings)
Reviews0
PriceFree
Views1809
Lingua::Stem
Lingua::Stem takes lists of words an (as determined by the locale) stems them to their root form. This is primarily of use in search applications that need to be able to find conjugated forms of words as well as exact matches.
(0 ratings)
Reviews0
PriceFree
Views879
CfgFile
CfgFile is a class for supporting the loading of a configuration file.
(0 ratings)
Reviews0
PriceFree
Views1007
OSUtil
OSUtil is a module to help Perl programs run on mulitple platforms.
(0 ratings)
Reviews0
PriceFree
Views839
mif.pl
mif.pl is a Perl library to parse Frame Maker Interchange Format (MIF). It is designed to be utilized by filters.
(0 ratings)
Reviews0
PriceFree
Views827
CGI::Minimal
CGI::Minimal provides a lightweight alternative to the CGI.pm module shipped with Perl. It is approximately 1/6th the size of CGI.pm but provides largely compatible access to form decoding and a small number of other tasks essential to writing CGI scripts in Perl. Designed for people who are comfortable working closely with the HTTP protocal and writing HTML directly. Supports file uploading as just another transparently decoded form field.
(0 ratings)
Reviews0
PriceFree
Views1136
Tie::ListKeyedHash
This is an experimental Perl module that allows you to use lists as the keys for multi-level hashes. Excellent for parse tree generation and other similar tasks where you need to create very deep trees or the tree depth is not known in advance. A real performance win on very deep trees over 'walking the tree' starting from the root node.
(0 ratings)
Reviews0
PriceFree
Views996
Tie::DB_File::SplitHash
Tie::DB_File::SplitHash is designed for support of file size limitted OSes. It transparently splits a DB_File database into as many distinct files as desired. It also distributes hash entries between the files using a randomization algorithm. It has the effect of allowing DB_File hashes to grow to the full size of the partition. Requires 'Digest::SHA1' and 'DB_File' to be installed.
(0 ratings)
Reviews0
PriceFree
Views860
Tie::FileLRUCache
Tie::FileLRUCache provides a persistent filesystem based LRU cache. It uses the 'last accessed' timestamp generated by the file system to determine the 'oldest' cache entry and discards the oldest cache entries when needed to stay under the -keep_last limit. If you store thing very fast (such that many entries receive the _same_ time stamp), it is essentially a coin toss which entry within a single timestamped second gets purged from the cache to make room for new ones.
(0 ratings)
Reviews0
PriceFree
Views872
Class:NamedParms
Class:NamedParms provides key name checking for named accessor parameters. This allows the use of a generic 'get/set' type parameterized accessor while automatically catching accidental mis-spellings and usage of uninitialized parameters. This catches a large class of programming errors without requiring a new accessor for every object parameter.
(0 ratings)
Reviews0
PriceFree
Views873
Class::ParmList
Class::ParmList is a general named parameter list parser. It handles default values, required vs allowed distinctions, optional name lexical checking, multiple retrieval, and error reporting. It also works well as a complement to Class::NamedParms.
(0 ratings)
Reviews0
PriceFree
Views1019
Search::InvertedIndex
Search::InvertedIndex is A general purpose inverted indexing system suitable for medium scale searching. By mapping 'keys' to 'indexes' it provides ultra-fast look ups of all 'indexes' containing specific 'keys'. This produces highly scalable behavior where thousands, or even millions of records can be searched extremely quickly.
(0 ratings)
Reviews0
PriceFree
Views1034
WWWgrab.pm
WWWgrab.pm is a perl5 module to get various response information from an http URL on the World Wide Web for people who have not fully digested or need all the functions of the LWP or www-lib modules. It has functions to get just web page contents, contents with headers, just the HTTP headers or just the first line of the response as a string to validate the URL.
(0 ratings)
Reviews0
PriceFree
Views1602
Results 1-20 of 33