Felipe Gasper (cPanel) wrote:
> In other words, I want:
> [%
> FOR key = hash.keys;
> "The value for $key is ${hash.$key}.";
> END;
> -%]
This would work:
"The value for $key is " _ hash.$key _ ".";
I know it's not what you exactly want, but it does the job.
-- Josh
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates
