diff options
Diffstat (limited to 'httemplate/misc/states.cgi')
-rw-r--r-- | httemplate/misc/states.cgi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/misc/states.cgi b/httemplate/misc/states.cgi new file mode 100644 index 000000000..cf2b46ee2 --- /dev/null +++ b/httemplate/misc/states.cgi @@ -0,0 +1,7 @@ +% +% +% my $country = $cgi->param('arg'); +% my @output = states_hash($country); +% +% +[ <% join(', ', map { qq("$_") } @output) %> ] |