mod_perl logo
perl icon







previous page: ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startuppage up: mod_perl APIsnext page: Apache::Reload - Reload Perl Modules when Changed on Disk


ModPerl::Util -- Helper mod_perl 2.0 Functions











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 ModPerl::Util;
  
  $callback = Apache::current_callback;
  
  ModPerl::Util::exit();
  
  ModPerl::Util::untaint($) # secret API?


TOP

DESCRIPTION

ModPerl::Util provides mod_perl 2.0 util functions.

META: complete







TOP
previous page: ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startuppage up: mod_perl APIsnext page: Apache::Reload - Reload Perl Modules when Changed on Disk