1 2 3 4 5 6 7
[ <% join(', ', map { qq("$_") } @output) %> ] <%init> my $country = $cgi->param('arg'); my @output = states_hash($country); </%init>