Hi,
i would like to include TT code containing in a variable in a Template Toolkit. And don't know how to do it.
I use Catalyst and would do somthing like this: $c->stash( foo => 'text [% any(code) %]...'); #in my case foo comes from DB
and then in .tt include this like a file
... [ % INCLUDE foo % ] ...
how can i do this?