The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[% BLOCK foo -%]
I <3 Sushi
[% END -%]
[% SET list = [3, 4, 5] -%]
[% FOR i = list -%]
[% PROCESS foo -%]
[% END -%]