This is a very useful module. It lets you watch what happens to the Perl part of the mod_perl server. You can watch the size of all subroutines and variables, variable dumps, lexical information, opcode trees, and more.
You shouldn't use it on a production server, as it adds quite a bit of overhead for each request.
 
Continue to: