Description
Perl applications can render text, HTML, configuration files, or reports from reusable templates. This helps projects separate layout and repeated output structure from application logic.
It is a developer library and toolkit. Templates that include user data should escape output correctly and avoid executing untrusted template code.