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