I have a key of a hastable with dot inside (ex : foo.bar) , how should
display it in my web page ? if i use this :
[% myhash.foo.bar %] it doesn t work because TT engine see the dot of
foo.bar as a data structure separator.
how extract the value of my $myhash{"foo.bar"} with TT ??
[%
hash = { "dot.key" => 1 };
hash.item("dot.key");
%]
Brad
_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates
