The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cgicapture - Capture the CGI environment

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.

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.

AUTHORS

Adam Kennedy <adamk@cpan.org>

SEE ALSO

http://ali.as/, CGI

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.