The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%- JAVASCRIPT -%]
stash.set("obj", {"key1": "val1", "key2": "val2"});
[%- END -%]
[%- FOR key IN obj -%]
[% key %]: [% obj.$key %]
[% END -%]