This commit was generated by cvs2svn to compensate for changes in r5562,
[freeside.git] / httemplate / misc / states.cgi
1 %
2 %
3 %  my $country = $cgi->param('arg');
4 %  my @output = states_hash($country);
5 %
6 %
7 [ <% join(', ', map { qq("$_") } @output) %> ]