mod_perl logo perl icon
previous page: Apache::FakeRequest - fake request object for debuggingpage up: mod_perl 1.0 APInext page: Apache::Symbol - Things for symbol things

Apache::Debug - Utilities for debugging embedded perl code






The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
mod_perl2 User's Guide

mod_perl2 User's Guide

By Stas Bekman, Jim Brandt
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet


Table of Contents

Synopsis

    use Apache::Debug ();

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


TOP

Description

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



TOP

Maintainers

Maintainer is the person(s) you should contact with updates, corrections and patches.

The mod_perl docs list.



TOP

Authors

Only the major authors are listed above. For contributors see the Changes file.






TOP
previous page: Apache::FakeRequest - fake request object for debuggingpage up: mod_perl 1.0 APInext page: Apache::Symbol - Things for symbol things