in reply to HTML::Template to Template Toolkit
use HTML::Template::Convert::TT; print convert($ARGV[0]); [download]