The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%- FOR i IN [1,2,3,4,5,6] -%]
[%- NEXT IF i % 2 == 0 -%]
I = [% i %];
[%- END -%]