----- Original Message ----- From: "Perrin Harkins" <[EMAIL PROTECTED]>
To: "Simon Miner" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Thursday, August 18, 2005 1:03 PM Subject: Re: [Templates] Template::Toolkit efficiency
<snip />
> - What are the best ways to make the Template::Toolkit as efficient as > possible?
Use PROCESS instead of INCLUDE.
I use only the PROCESS directive, but I like to use the WRAPPER directive where apropriate. The example in Template::Directives POD compares it to PROCESS. Does WRAPPER have the same semantics as INCLUDE, or does it work like the speedier PROCESS directive?
Thank you for your assistance, Todd W. _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
