have the UI use full country names, and state names outside the US...
[freeside.git] / httemplate / misc / states.cgi
1 <%
2
3   my $country = $cgi->param('arg');
4   my @output = states_hash($country);
5
6 %>[ <%= join(', ', map { qq("$_") } @output) %> ]