I finally have got around to starting the move from HTML::Template to
Template-Toolkit. This because of recommendations by Randal Schwartz and
my copy of the O'Reilly book "Perl Template Toolkit" arrived Tuesday.
Plus I've used TT on some other projects in a very limited way and
preferred the method of declaring variables etal. in the template file.
So after that I'll ask for a pointer as I'm sure it's been covered before
but I don't want to take the time to download the whole archive and not
sure of the terms to use to search.
When I use a simple
$tt->('filename.tt', $MyVars);
I get no output but using
$tt->('filename.tt', $MyVars)
|| die $tt->error();
I do.
Is this a short coming of my understanding of the calling conventions,
a Windows/IIS issue, or a Perl/ActiveState-Perl issue? If it's been
covered on the list already just a pointer to the (approx.) month/year
would be great.
TIA,
Rod
--
"Open Source Software - You usually get more than you pay for..."
"Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates