logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::Application::Plugin::DevPopup::Query - show CGI query in DevPopup window

Author

       Serguei Trouchelle, <mailto:stro@cpan.org>

       Most of code is based by CGI::Application::Plugin::DevPopup by Rhesa Rozendaal, <mailto:rhesa@cpan.org>

Bugs And Limitations

       Not known.

Configuration And Environment

       N/A

Dependencies

       CGI::Application::Plugin::DevPopup

Description

       This module is a plugin for CGI::Application::Plugin::DevPopup.  Whenever used, it creates two sections
       in the DevPopup output.  First section, "CurrentRunMode", shows name of run mode executed.  Second
       section, "CGIQuery", contains a list of CGI query parameters and associated values passed to your
       CGI::Application.

       See "query()" in CGI::Application and CGI.pm for more information about query parameters.

Diagnostics

       N/A

Incompatibilities

       Not known.

Name

       CGI::Application::Plugin::DevPopup::Query - show CGI query in DevPopup window

See Also

       CGI::Application::Plugin::DevPopup, CGI::Application

Subroutines/Methods

       No public methods for this module exist.

Synopsis

           use CGI::Application::Plugin::DevPopup;
           use CGI::Application::Plugin::DevPopup::Query;

           The rest of your application follows
           ...

Version

       1.03

See Also