HTML::SimpleTemplate

HTML::SimpleTemplate is a quick and simple template library for Perl.
Download

HTML::SimpleTemplate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • A Crawford
  • Publisher web site:
  • http://search.cpan.org/~acrawford/HTML-SimpleTemplate-1.00/SimpleTemplate.pm

HTML::SimpleTemplate Tags


HTML::SimpleTemplate Description

HTML::SimpleTemplate is a quick and simple template library for Perl. SYNOPSIS use HTML::SimpleTemplate; # A template object referencing a particular directory my $adminpages=new HTML::SimpleTemplate("/templates/admin"); # A template object referencing files in this directory my $localpages=new HTML::SimpleTemplate; # Display this template file, passing no parameters $localpages->Display("welcome.tpl"); # Display this template file, passing the count hash $localpages->Display("account.tpl",count); # Display this template file, with a-la-carte parameter $localpages->Display("order.tpl",{product=>"Perl mug"}); Requirements: · Perl


HTML::SimpleTemplate Related Software