HTML::Template::Convert::TT - translates HTML::Template syntax into Template Toolkit


HTML-Template-Convert-TT documentation  | view source Contained in the HTML-Template-Convert-TT distribution.

Index


NAME

Top

HTML::Template::Convert::TT - translates HTML::Template syntax into Template Toolkit

SYNOPSIS

Top

  use HTML::Template::Convert::TT;
  use Template;

  my $foo-text = 'Hello, <TMPL_VAR wonderfull> world!';
  my $tt = Template->new;
  $tt->process(\$foo-text, {wonderfull->template});

DESCRIPTION

Top

Translate HTML::Template template into Template toolkit syntax

EXPORT

convert($text, \$options) convert('text', \$options)

SEE ALSO

Top

Web site: http://code.google.com/p/html-template-convert/

SVN: Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://html-template-convert.googlecode.com/svn/trunk/ html-template-convert-read-only

AUTHOR

Top

A. D. Solovets, <asolovets@gmail.com>

COPYRIGHT AND LICENSE

Top


HTML-Template-Convert-TT documentation  | view source Contained in the HTML-Template-Convert-TT distribution.