Index of /ports_www/p5-CGI-Response
Name Last modified Size
Parent Directory -
Makefile 11-Jan-2009 13:59 466
distinfo 28-May-2011 14:15 141
pkg-descr 11-Jan-2009 13:59 726
pkg-plist 22-Jan-2006 05:57 214
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.
There are two ways to use CGI::Response.
For basic applications, the Simple Interface provides a number
of plain functions that cover the most commonly-used CGI
response headers.
More advanced applications may employ the Full Interface object
methods to access any HTTP header, or to add experimental or
non-standard headers. Both interfaces try to generate reasonable
defaults whenever possible.
WWW: http://search.cpan.org/dist/CGI-Response/