On Tue, May 07, 2002 at 05:33:23PM -0400, Vendetti, Jeff wrote: > Can anyone furnish the exact process of pre-compiling templates. Do I use > Template::Provider?
If you set COMPILE_EXT or COMPILE_DIR then the Perl versions of the compiled templates will be written to disk and re-used next time. However, in the context of the problem you mentioned to me via email (processing templates 600x takes lots of time) this won't save you a great deal. Even without these options set, the templates are still compiled to Perl and cached internally. HTH A
