summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite/pkg-descr
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:41:39 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:41:39 +0000
commit8926b8bb5fa0993b4dbaf77c6754f9253fff5e5a (patch)
tree9ee2f67cd764f8d77704716f7ce1bf03c9e96278 /www/p5-CGI_Lite/pkg-descr
parentmodules for perl5, for use in writing CGI scripts. (diff)
perl5 module to process and decode WWW form information.
Diffstat (limited to 'www/p5-CGI_Lite/pkg-descr')
-rw-r--r--www/p5-CGI_Lite/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/p5-CGI_Lite/pkg-descr b/www/p5-CGI_Lite/pkg-descr
new file mode 100644
index 000000000000..5b0ff7235199
--- /dev/null
+++ b/www/p5-CGI_Lite/pkg-descr
@@ -0,0 +1,13 @@
+CGI Lite v1.62 - Perl 5.0 module to process and decode WWW form information.
+
+ The module can be used to handle and decode WWW form
+ information. Both GET and POST requests can be processed.
+ In the case of POST requests, the information can be one
+ of two possible MIME types:
+
+ application/x-www-form-urlencoded
+ multipart/form-data
+
+ This module is very light-weight, and can be thought of as
+ an enhanced version of the old cgi-lib.pl library for Perl
+ 4.0 by Steven Brenner (S.E.Brenner@bioc.cam.ac.uk).