CGI - Handle Common Gateway Interface requests and responses
CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...
LEEJO/CGI-4.54 - 03 Feb 2022 07:52:34 UTC
CGI::Push - Simple Interface to Server Push
CGI::Push is a subclass of the CGI object created by CGI.pm. It is specialized for server push operations, which allow you to create animated pages whose content changes at regular intervals. You provide CGI::Push with a pointer to a subroutine that ...
LEEJO/CGI-4.54 - 03 Feb 2022 07:52:34 UTC
CGI::Carp - CGI routines for writing to the HTTPD (or other) error log
CGI scripts have a nasty habit of leaving warning messages in the error logs that are neither time stamped nor fully identified. Tracking down the script that caused the error is a pain. This fixes that. Replace the usual use Carp; with use CGI::Carp...
LEEJO/CGI-4.54 - 03 Feb 2022 07:52:34 UTC
CGI::Util - Internal utilities used by CGI module
no public subroutines...
LEEJO/CGI-4.54 - 03 Feb 2022 07:52:34 UTC
CGI::Cookie - Interface to HTTP Cookies
CGI::Cookie is an interface to HTTP/1.1 cookies, a mechanism that allows Web servers to store persistent information on the browser's side of the connection. Although CGI::Cookie is intended to be used in conjunction with CGI.pm (and is in fact used ...
LEEJO/CGI-4.54 - 03 Feb 2022 07:52:34 UTC
CGI::Pretty - module to produce nicely formatted HTML code
LEEJO/CGI-4.54
-
03 Feb 2022 07:52:34 UTC
CGI::HTML::Functions - Documentation for CGI.pm Legacy HTML Functionality
The documentation here should be considered an addendum to the sections in the CGI documentation - the sections here are named the same as those within the CGI perldoc....
LEEJO/CGI-4.54 - 03 Feb 2022 07:52:34 UTC