Apache::Debug(3pm) User Contributed Perl Documentation Apache::Debug(3pm)
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.
perl v5.8.8 2008-04-10 Apache::Debug(3pm)