>
> [$ foreach $var qw(string chain thing) $] [= $var =] [$ endforeach $]
>
> will only appear as:
>
> $var
> $var
> $var
>
> Why is it so? Is there a way I can change this setting? I
> know I can call [+ $req_rec->gettext($var) +] instead, but it
> loses all the beauty ;-)
>
At the moment
While building an I18N-able site, I noticed Embperl's [= =] facility
seems to work only for literals, and does not work with data generated
by expression - this means:
[= string =]
will be properly translated to whatever message I defined for
'string', but
[$ foreach $var qw(string chain thing)