I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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