Subbu,

For example, I would like to do the following:
[% ABC = "prefix_[% CDE + 1 %]_suffix" %]

I think you may just need to be creative in how you get the tags into the 
string.  Perhaps something like this would work:

        [% ABC = "prefix_[" _ "% CDE + 1 %" _ "]_suffix" %]

and then of course:

        [% ABC | eval %]

HTH.


                -- Buddy

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

Reply via email to