aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Response/pkg-descr
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-06-09 12:24:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-06-09 12:24:45 +0000
commit69df5724fbb37236c4165ba2e4fad1bd7ee27511 (patch)
treed439828e60edb11286d08c58993a9a6cdfefbca9 /www/p5-CGI-Response/pkg-descr
parent97033c4d6d0d9833f7312d1ff3ab416b67f99432 (diff)
downloadports-69df5724fbb37236c4165ba2e4fad1bd7ee27511.tar.gz
ports-69df5724fbb37236c4165ba2e4fad1bd7ee27511.zip
Notes
Diffstat (limited to 'www/p5-CGI-Response/pkg-descr')
-rw-r--r--www/p5-CGI-Response/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/p5-CGI-Response/pkg-descr b/www/p5-CGI-Response/pkg-descr
new file mode 100644
index 000000000000..a7829a609668
--- /dev/null
+++ b/www/p5-CGI-Response/pkg-descr
@@ -0,0 +1,19 @@
+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