Text::Templater

Text::Templater is a template engine.
Download

Text::Templater Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mathieu Gagnon
  • Publisher web site:
  • http://search.cpan.org/~gagnonm/Text-Templater-1.4/lib/Text/Templater.pm

Text::Templater Tags


Text::Templater Description

Text::Templater is a template engine. Text::Templater is a template engine.SYNOPSIS #!/usr/bin/perl use Text::Templater; my $tpl = new Text::Templater($tagname); #Default tagname is "tpl" $tpl->setSource($some_template_text); #Set the data source... $tpl->setData({ name => , color => , nested => , numeric => }, {lang => , numeric => } ] }); #Get the result. $result = $tpl->parse() || die $tpl->getError(); #if you get weird stuff, #check the $tpl->getWarnings(); Requirements: · Perl


Text::Templater Related Software