summaryrefslogtreecommitdiffstats
path: root/perl/perl-cgi-minimal/README
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info>2016-09-13 23:59:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-14 09:46:42 +0700
commit1d60f18b8bc9ed65a3f55faece74a1662148a134 (patch)
tree212b67137164b692e6c5cd5eacd20c24cd1a86b4 /perl/perl-cgi-minimal/README
parent54165e9f1b255533ed487d83c7d9199a8e6fe3ee (diff)
downloadslackbuilds-1d60f18b8bc9ed65a3f55faece74a1662148a134.tar.gz
slackbuilds-1d60f18b8bc9ed65a3f55faece74a1662148a134.tar.xz
perl/perl-cgi-minimal: Added (alternative to the CGI.pm module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-cgi-minimal/README')
-rw-r--r--perl/perl-cgi-minimal/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-cgi-minimal/README b/perl/perl-cgi-minimal/README
new file mode 100644
index 0000000000..255165b31e
--- /dev/null
+++ b/perl/perl-cgi-minimal/README
@@ -0,0 +1,5 @@
+Rather than attempt to address every possible need of a
+CGI programmer, it provides the _minimum_ functions needed for CGI
+such as form decoding (including file upload forms), URL encoding and
+decoding, HTTP usable date generation (RFC1123 compliant dates) and
+basic escaping and unescaping of HTMLized text.