Philippe M. Chiasson > mod_perl-1.29 > Apache::Debug

Download:
mod_perl-1.29.tar.gz

Dependencies

Annotate this POD

Related Modules

HTML::Template
CGI::Application
Log::Log4perl
Apache::Registry
CGI::Carp
Apache::Request
more...
By perlmonks.org

CPAN RT

New  17
Open  3
View Bugs
Report a bug
Module Version: 1.61   Source   Latest Release: mod_perl-1.31

NAME ^

Apache::Debug - Utilities for debugging embedded perl code

SYNOPSIS ^

    use Apache::Debug ();

    Apache::Debug::dump($r, SERVER_ERROR, "Uh Oh!");

DESCRIPTION ^

This module sends what may be helpful debugging info to the client rather that the error log.