Debbugs::Text(3pm) | User Contributed Perl Documentation | Debbugs::Text(3pm) |
Debbugs::Text -- General routines for text templates
use Debbugs::Text qw(:templates); print fill_in_template(template => 'cgi/foo');
This module is a replacement for parts of common.pl; subroutines in common.pl will be gradually phased out and replaced with equivalent (or better) functionality here.
None known.
print fill_in_template(template => 'template_name', variables => \%variables, language => '..' );
Reads a template from disk (if it hasn't already been read in) and fills the template in.
2020-04-07 | perl v5.30.0 |