diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-11-16 20:47:41 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-11-16 20:47:41 +0000 |
commit | ae5b6477e9acdb4a7cf57230a113bd61e690dfdd (patch) | |
tree | 69ad8658a153e48f214ebf0f669c00dd6b1c6a87 /www/p5-CGI-Simple/pkg-descr | |
parent | e74a020fb9eba0fca86f39ba3de39f8c6ada4f6d (diff) |
Notes
Diffstat (limited to 'www/p5-CGI-Simple/pkg-descr')
-rw-r--r-- | www/p5-CGI-Simple/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-CGI-Simple/pkg-descr b/www/p5-CGI-Simple/pkg-descr new file mode 100644 index 000000000000..f4d43aa3951e --- /dev/null +++ b/www/p5-CGI-Simple/pkg-descr @@ -0,0 +1,7 @@ +CGI::Simple provides a relatively lightweight drop in replacement +for CGI.pm. It shares an identical OO interface to CGI.pm for +parameter parsing, file upload, cookie handling and header generation. +This module is entirely object oriented, however a complete functional +interface is available by using the CGI::Simple::Standard module. + +WWW: http://search.cpan.org/dist/Cgi-Simple |