Query: modperl::code
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ModPerl::Code(3) User Contributed Perl Documentation ModPerl::Code(3)NAMEModPerl::Code - Generate mod_perl glue codeSYNOPSISuse ModPerl::Code (); my $code = ModPerl::Code->new; $code->generate;DESCRIPTIONThis 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 gluingAUTHORDoug MacEachern mod_perl-1.99_07 2002-09-04 ModPerl::Code(3)