summaryrefslogtreecommitdiff
path: root/httemplate/misc/states.cgi
blob: 02b7be4aff21a9a05ebc91e4add1cf9065c518f2 (plain)
1
2
3
4
5
6
7
[ <% join(', ', map { qq("$_") } @output) %> ]
<%init>

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

</%init>