>>>>> "allan" == allan  <[EMAIL PROTECTED]> writes:

allan> yes it's evaled. what i was hoping, was some kind of option that [when
allan> on the remote server] said somthing like

allan>  USE_A_PRE_COMPILED_FILE_BUT_DONT_RECOMPILE_EVEN_IF_TIMESTAMP_CHANGED
allan> => 1,

allan> so, don't attempt to pre-compile on the remote server, but still use
allan> the compiled [at the local machine] version for better peformance

This should be possible by subclassing and specifying an alternate
Template::Provider.  Just always return a compiled-and-evaled template
directly when called with $your_provider->fetch().  Don't bother
running the compiler.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

Reply via email to