summaryrefslogtreecommitdiff
path: root/httemplate/misc/states.cgi
blob: cf2b46ee280355b6577a3f4cfee687230925e352 (plain)
1
2
3
4
5
6
7
%
%
%  my $country = $cgi->param('arg');
%  my @output = states_hash($country);
%
%
[ <% join(', ', map { qq("$_") } @output) %> ]