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