in reply to HTML::Template to Template Toolkit

For posterity, there is a lazy way, to translate HTML::Template (H::T) to Template Toolkit (TT) syntax:
use HTML::Template::Convert::TT; print convert($ARGV[0]);