ABCDEFGHIJKLMNOPQRSTUVWXYZ

ModPerl::Code

ModPerl::Code(3)      User Contributed Perl Documentation     ModPerl::Code(3)



NAME
       ModPerl::Code - Generate mod_perl glue code

SYNOPSIS
         use ModPerl::Code ();
         my $code = ModPerl::Code->new;
         $code->generate;

DESCRIPTION
       This module provides functionality for generating mod_perl glue code.
       Reason this code is generated rather than written by hand include:

       consistency
       thin and clean glue code
       enable/disable features (without #ifdefs)
       adapt to changes in Apache
       experiment with different approaches to gluing

AUTHOR
       Doug MacEachern



mod_perl-1.99_07                  2002-09-04                  ModPerl::Code(3)