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

NAME

Apache::Debug - Utilities for debugging embedded perl code

SYNOPSIS

    require Apache::Debug;

    Apache::Debug::dump(Apache->request, 500, "Uh Oh!");

DESCRIPTION

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