I need help with creating a hash in TT which has keys with whitespace in
between. Quoting doesn't seem to work:
h = {
"foo bar" => "foobar"
};
I tried single quotes too. I can create a list and use the .hash vmethod
for the purpose, or do the following:
h.item("foo bar") = "foobar"
Is there some quoting/escaping I can do and modify the first snippet and
get it to work?
--
Regards, Terence.
http://www.deeproot.in
Ph: +91 (80) 4089 0000
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates