.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Query 3pm" .TH Query 3pm "2020-09-25" "perl v5.30.3" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" CGI::Application::Plugin::DevPopup::Query \- show CGI query in DevPopup window .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 2 \& use CGI::Application::Plugin::DevPopup; \& use CGI::Application::Plugin::DevPopup::Query; \& \& The rest of your application follows \& ... .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" This module is a plugin for CGI::Application::Plugin::DevPopup. Whenever used, it creates two sections in the DevPopup output. First section, "\fBCurrent Run Mode\fR\*(L", shows name of run mode executed. Second section, \*(R"\fB\s-1CGI\s0 Query\fR", contains a list of \s-1CGI\s0 query parameters and associated values passed to your CGI::Application. .PP See \*(L"\fBquery()\fR\*(R" in CGI::Application and \s-1CGI\s0.pm for more information about query parameters. .SH "VERSION" .IX Header "VERSION" 1.03 .SH "SUBROUTINES/METHODS" .IX Header "SUBROUTINES/METHODS" No public methods for this module exist. .SH "DEPENDENCIES" .IX Header "DEPENDENCIES" CGI::Application::Plugin::DevPopup .SH "CONFIGURATION AND ENVIRONMENT" .IX Header "CONFIGURATION AND ENVIRONMENT" N/A .SH "DIAGNOSTICS" .IX Header "DIAGNOSTICS" N/A .SH "SEE ALSO" .IX Header "SEE ALSO" CGI::Application::Plugin::DevPopup, CGI::Application .SH "INCOMPATIBILITIES" .IX Header "INCOMPATIBILITIES" Not known. .SH "BUGS AND LIMITATIONS" .IX Header "BUGS AND LIMITATIONS" Not known. .SH "AUTHOR" .IX Header "AUTHOR" Serguei Trouchelle, .PP Most of code is based by CGI::Application::Plugin::DevPopup by Rhesa Rozendaal, .SH "LICENSE AND COPYRIGHT" .IX Header "LICENSE AND COPYRIGHT" This module is distributed under the same terms as Perl itself. .PP Copyright (c) 2009\-2011 Serguei Trouchelle