DOKK / manpages / debian 11 / libcgi-test-perl / CGI::Test::Input::URL.3pm.en
CGI::Test::Input::URL(3pm) User Contributed Perl Documentation CGI::Test::Input::URL(3pm)

CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded

 # Inherits from CGI::Test::Input
 require CGI::Test::Input::URL;
 my $input = CGI::Test::Input::URL->new();

This class represents the input for HTTP POST requests, encoded as "application/x-www-form-urlencoded".

Please see CGI::Test::Input for interface details.

The original author is Raphael Manfredi.

Steven Hilton was long time maintainer of this module.

Current maintainer is Alexander Tokarev <tokarev@cpan.org>.

CGI::Test::Input(3).

2021-01-08 perl v5.32.0