table of contents
CGI::Test::Input::Multipart(3pm) | User Contributed Perl Documentation | CGI::Test::Input::Multipart(3pm) |
NAME¶
CGI::Test::Input::Multipart - POST input encoded as multipart/form-data
SYNOPSIS¶
# Inherits from CGI::Test::Input require CGI::Test::Input::Multipart; my $input = CGI::Test::Input::Multipart->new();
DESCRIPTION¶
This class represents the input for HTTP POST requests, encoded as "multipart/form-data".
Please see CGI::Test::Input for interface details.
AUTHORS¶
The original author is Raphael Manfredi.
Steven Hilton was long time maintainer of this module.
Current maintainer is Alexander Tokarev <tokarev@cpan.org>.
SEE ALSO¶
CGI::Test::Input(3).
2022-06-10 | perl v5.34.0 |