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