RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
[freeside.git] / httemplate / misc / states.cgi
1 [ <% join(', ', map { qq("$_") } @output) %> ]
2 <%init>
3
4 my $country = $cgi->param('arg');
5 my @output = states_hash($country);
6
7 </%init>