On Thu, Jul 3, 2008 at 10:09 AM, Lee.M <[EMAIL PROTECTED]> wrote: > Hello all, > Thanks in advance for any feedback :) > I can't seem to find out if/how this is possible but: > If a variable passed to process() is a string that also includes TT > directives, is there a way to have the variable's contents processed?
Check out the Template::Manual::Filters perldoc and search for eval. [% fragment | eval %] Cheers, Cees _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
