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