The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::RegistryLexInfo - Diff Apache::Registry script padlists

SYNOPSIS

 Alias /lexinfo /same/path/as/for/apache/registry/scripts

 PerlModule Apache::RegistryLexInfo
 <Location /lexinfo>
  SetHandler perl-script
  PerlHandler Apache::RegistryLexInfo->handler
  Options +ExecCGI 
 </Location>

DESCRIPTION

Apache::RegistryLexInfo is a subclass of Apache::RegistryNG which takes snapshots of the handler padlist before and after it is run. The differences (if any) and the before/after snapshots are printed to the HTTP stream after the script has run.

SEE ALSO

The Apache::Status StatusLexInfo option.

Apache::RegistryNG(3), B::LexInfo(3)

AUTHOR

Doug MacEachern