mod_perl logo
perl icon







previous page: Apache::Symdump - Symbol table snapshotspage up: mod_perl 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











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
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 APInext page: Apache::Leak - Module for tracking memory leaks in mod_perl code