summaryrefslogtreecommitdiff
path: root/httemplate/misc/states.cgi
blob: 63c494d156dea09d0617b5576b8d737be30261c7 (plain)
1
2
3
4
5
6
<%

  my $country = $cgi->param('arg');
  my @output = states_hash($country);

%>[ <%= join(', ', map { qq("$_") } @output) %> ]