Description
Perl modules can create closures from generated code strings in a controlled helper interface. This is useful for frameworks and metaprogramming tools that build fast functions at runtime.
It is a developer library for dynamic code generation. Code evaluated from strings must come from trusted templates, not unvalidated user input.