Description
Perl metaprogramming code can inspect and manipulate package symbol tables through a safer API. This is useful for frameworks, object systems, and tools that need to add or examine methods dynamically.
It is an advanced developer library. Symbol-table changes can affect how code resolves functions and methods, so they should be used in well-tested framework code.