<% foreach my $k ( @{$piano} ) { %> <% if ($k->{'note'}) { %>
<%= $k->{'note'} %>
<% } %> <% } %>