http://www.perlmonks.org?node_id=825999


in reply to Re^2: Template toolkit Adding Values to Variable
in thread Template toolkit Adding Values to Variable

I deliberately used GET because I want to execute the calculation and interpolate it into the text. Without GET, you're chosing one or the other.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Replies are listed 'Best First'.
Re^4: Template toolkit Adding Values to Variable
by seekperlwisdom (Acolyte) on Mar 01, 2010 at 21:34 UTC

    Thanks for clearing that for me. But i am stil stuck. i tried the GET method but still same result. i can get the value out of it in the [% FOREACH %] block but as soon it comes out of block it goes back to what it was before the block started.

    should i assume that in TT ,From [% FOREACH %] block , we cannot export the value which i believe is possible in PERL itself.