mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3af4b3a482
This module is a very lightweight parser of CGI forms. And it has a special feature that it will return an array if the same key is used twice in the form. You can force an array even if only one value returned to avoid complications. The hash %cgi_data will have all the form data from either a POST or GET form and will also work for "multipart/form-data" forms necessary for uploading files. WWW: http://search.cpan.org/dist/CGI-Thin/ PR: ports/152115 Submitted by: Phil Phillips <pphillips@experts-exchange.com>
11 lines
443 B
Plaintext
11 lines
443 B
Plaintext
This module is a very lightweight parser of CGI forms. And it has a special
|
|
feature that it will return an array if the same key is used twice in the
|
|
form. You can force an array even if only one value returned to avoid
|
|
complications.
|
|
|
|
The hash %cgi_data will have all the form data from either a POST or GET form
|
|
and will also work for "multipart/form-data" forms necessary for uploading
|
|
files.
|
|
|
|
WWW: http://search.cpan.org/dist/CGI-Thin/
|