NAME
cgicapture - Capture the CGI environment
VERSION
version 1.15
SYNOPSIS
> wget http://web.server/cgi-bin/cgicapture
DESCRIPTION
CGI::Capture is a module used to capture and replay a full CGI environment (primarily for debugging purposes).
cgicapture is a script you can copy into your cgi-bin directory that will capture the CGI environment and return it as a text/plain document containing the CGI::Capture object, serialized as a YAML document.
Because cgicapture is providing ALL the detailed data for your CGI environment this is an EXTREMELY dangerous program to have in your cgi-bin from a security perspective.
You should only be using it for testing and debugging reasons, and never on production systems more than temporarily.
NAME
cgicapture - Capture the CGI environment
SUPPORT
All bugs should be filed via the bug tracker at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CGI-Capture
For other issues, or commercial enhancement or support, contact the author.
SEE ALSO
COPYRIGHT
Copyright 2004 - 2009 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-CGI-Capture@rt.cpan.org).
AUTHORS
Adam Kennedy <adamk@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Adam Kennedy.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.