So is there anything that a template can do for me that a perl sub will not?
Thanks
~jeff

-----Original Message-----
From: Vivek Khera [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 2:09 PM
To: '[EMAIL PROTECTED]'
Subject: Re: [Templates] Why use Template Toolkit?


>>>>> "JT" == Jeff Till <Till> writes:

JT> My company is considering switching from solely perl-based web
applications
JT> to perl applications supported with Template Toolkit.  What advantages
does
JT> TT offer beyond what perl already provides?  For example, we already
have

Well, the way we use it, all the presentation is done in TT and the
hard lifting done in perl.  This totally separates these two
functions.  If you're happy having your program create the HTML, then
you're all set the way you have it now.  If you prefer to do your HTML
using other tools, and then just call perl to get data, using TT is
ideal for that.  Especially as a mod_perl handler...

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to