From: ivan Date: Sat, 22 Aug 2009 00:31:04 +0000 (+0000) Subject: mason style X-Git-Tag: freeside_1_9_1^2~117 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ccdc300b0e5183fba812e6fb1d74e957ea3e2b44;p=freeside.git mason style --- 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); + +