mod_perl logo
perl icon







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


Apache::Debug - Utilities for debugging embedded perl code











Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
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


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 APInext page: Apache::Symbol - Things for symbol things