in reply to Handling Encoding in Templates
$tt->process($infile, $vars, $outfile, binmode => ':utf8') || die $tt->error(), "\n"; [download]