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

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});

Translate HTML::Template template into Template toolkit syntax
convert($text, \$options) convert('text', \$options)

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

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

Copyright (C) 2009 by A. D. Solovets
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.