63c494d156dea09d0617b5576b8d737be30261c7
[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) %> ]