diff options
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 |
commit | 1d60f18b8bc9ed65a3f55faece74a1662148a134 (patch) | |
tree | 212b67137164b692e6c5cd5eacd20c24cd1a86b4 /perl/perl-cgi-minimal/README | |
parent | 54165e9f1b255533ed487d83c7d9199a8e6fe3ee (diff) | |
download | slackbuilds-1d60f18b8bc9ed65a3f55faece74a1662148a134.tar.gz |
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/README | 5 |
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. |