logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Debbugs::Text -- General routines for text templates

Bugs

       None known.

   fill_in_template
            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.

perl v5.40.1                                       2025-02-24                                 Debbugs::Text(3pm)

Description

       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.

Name

       Debbugs::Text -- General routines for text templates

Synopsis

        use Debbugs::Text qw(:templates);
        print fill_in_template(template => 'cgi/foo');

See Also