HTML::YaTmpl

HTML::YaTmpl is yet another template processor.
Download

HTML::YaTmpl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Fortsch
  • Publisher web site:
  • http://search.cpan.org/~cmungall/

HTML::YaTmpl Tags


HTML::YaTmpl Description

HTML::YaTmpl is yet another template processor. HTML::YaTmpl is yet another template processor.SYNOPSIS use HTML::YaTmpl; my $t=HTML::YaTmpl->new( file=>'template.tmpl' ); $t->evaluate( key1=>$value1, key2=> ... ); $t->evaluate_to_file( $outputfilename, key1=>$value1, key2=> ... );ABSTRACTHTML::YaTmpl aims mainly to provide a HTML template processor that saves the template writer typing.There are general template processors like Text::Template and tools to embed perl in HTML like HTML::Embperl or HTML template processors like HTML::Template. Why have I decided to start yet another? Well, Text::Template is not really convenient when it comes to process repeating data records like HTML tables. With HTML::Embperl no professional "WEB Designer" will be able to "enhance" the pages. And HTML::Template enforces a strict division of design and programming. Thus, it enforces changes to the programming logic even if you only want to exchange a long number like 2835067264068365493 with a more human readable 2,835,067,264,068,365,493.HTML::YaTmpl attempts to make simple things easy but complexity feasible. Requirements: · Perl


HTML::YaTmpl Related Software