Cagao has asked for the wisdom of the Perl Monks concerning the following question:

Hey guys,

I've got a TT template that has a placeholder for a variable as normal. However, this variable may also contain TT syntax, so I want that TT syntax to be processed aswell.

Any ideas?

Replies are listed 'Best First'.
Re: TT: interpolating again and again
by kyle (Abbot) on Aug 11, 2008 at 19:04 UTC

    As I was saying in CB, have a look at TT's eval filter. It sounds like just what you want.

      Thanks, that's the kiddie!
        No sirree Bob^B^B^B^B^B^B^B^B^B^Bmonkee Cagao :) thats the ticket.
Re: TT: interpolating again and again
by Your Mother (Archbishop) on Aug 11, 2008 at 19:05 UTC