The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
-----INCLUDED!!!
inc: <%= $bubber%>
-----INCLUDED END!!!
loop a:
<% for my $ix (0..$#$loopa) {
local $_ = $loopa->[$ix]; %>
 item: <%= $_->{a} %>
<% } %>