mod_perl logo perl icon
previous page: Apache::Symdump - Symbol table snapshotspage up: mod_perl 1.0 APInext page: Apache::Leak - Module for tracking memory leaks in mod_perl code

Apache::src - Methods for locating and parsing bits of Apache source 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::src ();
 my $src = Apache::src->new;


TOP

Description

This module provides methods for locating and parsing bits of Apache source code.



TOP

Methods



TOP

Author

Doug MacEachern






TOP
previous page: Apache::Symdump - Symbol table snapshotspage up: mod_perl 1.0 APInext page: Apache::Leak - Module for tracking memory leaks in mod_perl code