CGI::Application::Plugin::DevPopup::Params - show CGI::Application parameters in DevPopup window
Contents
Bugs And Limitations
Not known.
Description
This module is a plugin for CGI::Application::Plugin::DevPopup. Whenever used, it creates a "Params"
section in the DevPopup output. This section contains a list of CGI::Application parameters set by
"param" method. Internal DevPopup parameters are omitted from output, since it's unlikely that you need
them.
See "param()" in CGI::Application for parameters description.
Incompatibilities
Not known.
License And Copyright
This module is distributed under the same terms as Perl itself.
Copyright (c) 2009 Serguei Trouchelle
perl v5.30.3 2020-09-25 Params(3pm)
Name
CGI::Application::Plugin::DevPopup::Params - show CGI::Application parameters in DevPopup window
See Also
CGI::Application::Plugin::DevPopup, CGI::Application
Synopsis
use CGI::Application::Plugin::DevPopup;
use CGI::Application::Plugin::DevPopup::Params;
The rest of your application follows
...
Version
1.01
