Description
Perl debugging and inspection tools can look into lexical variables from another stack frame. This is useful for debuggers, test utilities, and advanced diagnostics that need visibility into code state.
It is an introspection library for developers. Reading another scope's variables can expose sensitive runtime data, so diagnostics should avoid leaking values into logs or reports.