NAME

ModPerl::Util -- Helper mod_perl 2.0 Functions

SYNOPSIS

use ModPerl::Util;

$callback = Apache::current_callback;

ModPerl::Util::exit();

ModPerl::Util::untaint($) # secret API?

DESCRIPTION

ModPerl::Util provides mod_perl 2.0 util functions.

API

  • current_callback

    Returns the currently running callback, like 'PerlResponseHandler'

  • exit

    Used internally to replace CORE::exit and terminate the request, not the current process.