blob: 0956e759ce1c5615d9945f311cf8b54ecaf6855d (
plain)
1
2
3
4
|
CGI::Minimal is a lightweight alternative to CGI. 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.
|