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
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to