The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.