CGI::PrintWrapper arranges for CGI methods to output their results by printing onto an arbitrary handle. This gets around the problem that the CGI's subs return strings.
(Added: Sun Jan 02 2000 Hits: 126 Rating: 0.00 Votes: 0)
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.
(Added: Sun Jan 02 2000 Hits: 146 Rating: 0.00 Votes: 0)
show_form, provides a quick and simple mechanism for providing on-line CGI forms. When show_form executes it presents the form with the fields requested.
(Added: Sun Jan 02 2000 Hits: 139 Rating: 0.00 Votes: 0)
This module implements the CGI::Request object. This object represents a single query / request / submission from a WWW user. The CGI::Request class understands the concept of HTML forms and fields, specifically how to parse a CGI QUERY_STRING.
(Added: Sun Jan 02 2000 Hits: 144 Rating: 10.00 Votes: 1)
CGI::Response is a Perl5 module for constructing responses to Common Gateway Interface (CGI) requests. It is designed to be light-weight and efficient for the most common tasks, and also to provide access to all HTTP response features for more advanced CGI applications.
(Added: Sun Jan 02 2000 Hits: 154 Rating: 0.00 Votes: 0)
CGI::Screen is a subclass of CGI which allows the esay(TM) creation of simple multi screen CGI scripts. By 'multi screen' I mean scripts which present different screens to the user when called with different parameters. This is the common case for scripts linking to themselves.
(Added: Sun Jan 02 2000 Hits: 152 Rating: 2.00 Votes: 1)