The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

META: complete