use strict; use warnings; use HTML::Template::Compiled; my $htc = HTML::Template::Compiled->new( tagstyle => [qw(-classic +asp)], loop_context_vars => 1, scalarref => \<<'EOT'); <%LOOP row%> <%IF __first__%>
counter | <%LOOP .head%><%= _%> | <%/LOOP%>
<%= ..__counter__%> | style="background-color:#efefef"<%/IF%>> <%= _%> |