freebsd-ports/www/p5-CGI-Response/pkg-descr
Mathieu Arnold 69df5724fb Add p5-CGI-Response 0.03, perl module allowing response construction for
CGI applications.

PR:		ports/67566
Submitted by:	Guy P. <guy at device dot dyndns dot org>
2004-06-09 12:24:45 +00:00

20 lines
758 B
Plaintext

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/
- Guy P.
guy@device.dyndns.org