>>>>> "JT" == Jeff Till <Till> writes: JT> So is there anything that a template can do for me that a perl sub JT> will not? Thanks ~jeff
No, considering TT templates are compiled into perl ;-) Actually you can enforce a separation of data computation from data presentation, which is a very good abstraction for working with web pages. Though it is easier to make nice HTML pages when you're writing HTML and not a bunch of "print ..." to generate the HTML. _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
