Text::Templar

Text::Templar is a document-generation object class.
Download

Text::Templar Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Granger and Dave McCorkhill
  • Publisher web site:
  • http://search.cpan.org/~ged/Text-Templar-2.43/pod/Templar.pod

Text::Templar Tags


Text::Templar Description

Text::Templar is a document-generation object class. Text::Templar is a document-generation object class.SYNOPSIS use Text::Templar; my $template = < title >This is the title: < % METHOD title % >< /title >< /head > < body > < % METHOD body % > < address > < % METHOD footer % > < /address > < /body > < /html > EOF my $templateObject = new Text::Templar ; $templateObject->title( "The Rest of the Story" ); $templateObject->body( @content ); $templateObject->footer( "Page 1" ); print $templateObject->render; Requirements: · Perl · Class::Translucent · IO::File · IO::Handle · Scalar::Util · Data::Dumper · Text::Templar::Parser · Text::Templar::Exceptions


Text::Templar Related Software