X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fstates.cgi;h=02b7be4aff21a9a05ebc91e4add1cf9065c518f2;hb=95502dabd865c34d1483b20c583523b12fe9332d;hp=cf2b46ee280355b6577a3f4cfee687230925e352;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/httemplate/misc/states.cgi b/httemplate/misc/states.cgi index cf2b46ee2..02b7be4af 100644 --- a/httemplate/misc/states.cgi +++ b/httemplate/misc/states.cgi @@ -1,7 +1,7 @@ -% -% -% my $country = $cgi->param('arg'); -% my @output = states_hash($country); -% -% [ <% join(', ', map { qq("$_") } @output) %> ] +<%init> + +my $country = $cgi->param('arg'); +my @output = states_hash($country); + +