The cgi-lib.pl library makes CGI scripting in Perl easy enough for anyone to process forms and create dynamic Web content. Some of the features available are extremely simple to learn and easy to use, designed for operation under Perl5 and Perl4,...
Steven E. Brenner states, "The cgi-lib.pl library has become the de facto standard library for creating Common Gateway Interface (CGI) scripts in the Perl language. The cgi-lib.pl library makes CGI scripting in Perl easy enough for anyone to...
Documentation states, "This is a simple form and script demonstrating how to use cgi-lib.pl to recieve a file upload. The script's source doesn't need to do anything special to deal with uploaded files because everything is handled by...
Lincoln Stein states, "This perl 5 library uses objects to create Web fill-out forms on the fly and to parse their contents. It is similar to cgi-lib.pl in some respects. It provides a simple interface for parsing and interpreting query...
This is a modification of the guestbook which can be found at Matt's Script Archive, which uses cgi-lib.pl and mail-lib.pl. It uses setup configuration files which allow for more than one user to use the same guestbook CGI scripts.
Bewley describes this script as a "Simple little script to set and print a cookie."
nrComm Lib provide some tools for performing serial communicationstasks for Delphi/CBuilder development. nrComm Lib contents comprehensiveset of serial communications components with the following features:Ecomport management (open, configure,...
nrComm Lib provides some tools for performing serial communications tasks. nrComm Lib contents comprehensive set of serial communications components with the following features:Com Port management (open, configure, close, etc.) component...
A parser and decoder for the HTTP Cookie line for use in CGI programs. Comes with an on-line demo of using cookies to store cascading style sheet preferences.
Ace Perl Cookie Retrieval is a Perl code snippet to retrieve the cookies. After any subroutine is run, all the cookies available to the user will populate the %cookie associate array, which is corrected by use of this snippet. |