"Roderick A. Anderson" <[EMAIL PROTECTED]> writes:
> [...]
> When I use a simple
>
> $tt->('filename.tt', $MyVars);
>
> I get no output [...]
Most likely you want to replace this with
$tt->process('filename.tt', $MyVars);
--
HTH,
haj
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates
