> Any advice or work arounds would be gratefully received.

Here's my advice: don't write programs in TT syntax!  You know how to do
this in Perl, so do it in Perl.  Build the right data structure so that you
can just print it out in your template.  It will run faster, be easier to
maintain, etc.  If you haven't structured your code to do the processing
before entering the template, you could write this as a plugin.
- Perrin



Reply via email to