A-Parser

Results 3 comments of A-Parser

Just because [ A ] will expand keys in FOREACH scope and B.C will be accessible

I can't found this in docs right now, but it's works for long time: ``` perl -e 'use Template; Template->new()->process(\"[% FOREACH [A]; B.C; END %]\n", {A => {B => {C...