The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[% SET ll = [ {'a' => 9}, {'a' =>  1}, {'a' => 3} ] -%]
[%- FOR hash = ll.sort('a') -%]
[%- hash.a -%]:
[%- END -%]