Posted on 2006-09-14 21:44:46-07 by hpham
Retrieve stack value having '.' in the key
Hi guys,

Let's say we have this variable stack:

VARIABLES => { version => 3.14, 'a.b' => 'Sahara', },

If I try to access the key 'a.b' using [% a.b %], TT will try to retrieve the value of key 'b' in hash a, which leads to wrong output. Is there anyway to escape it to fetch the correct value?

Thanks.

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.