On Jul 27, 10:55am, David Hodgkinson wrote:
> Smart templaters cache templates and results. The REALLY smart ones
> compile the templates into perl code and hold them as a reference to
> an anonymous sub.

And the REALLY, REALLY smart ones (i.e. TT2) can write the Perl code to
disk for persistance of compiled templates.  That way, the templates
never need to be re-compiled (i.e. from TT syntax to Perl code) unless
you change them.  They can simply be loaded via Perl's require().


A

-- 
Andy Wardley <[EMAIL PROTECTED]>   Signature regenerating.  Please remain seated.
     <[EMAIL PROTECTED]>   For a good time: http://www.kfs.org/~abw/

Reply via email to