diff options
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. |