Description
Perl applications can render HTML pages from templates with placeholders and simple control structures. This helps keep presentation markup separate from application logic in web tools and generated reports.
It is a templating library. Applications should escape user-provided values correctly so templates do not produce unsafe HTML.