Pawel Piecuch wrote: > Most of nested templates processing is hide deep inside procedures that are > call in my templates. I have ~ 400 this > kind of templates and lot of code tied with they. > Example I shown was just an example of my problem.
You need to call your nested process() calls with a scalar reference, i.e. \$r rather than $r. Alternatively, you could try using PERL instead of RAWPERL. It captures STDOUT and adds it to the template output. The former is probably a lot more efficient. - Perrin
