Description
Perl internals can be inspected by walking the syntax tree and printing debug information about operations. This helps module authors and advanced developers understand how Perl compiled a piece of code.
It is a debugging library for Perl internals, not a general-purpose debugger. Output is technical and mainly useful when diagnosing compiler or module behavior.