summaryrefslogtreecommitdiff
path: root/httemplate/misc/counties.cgi
blob: c022a27d98b843f00973df980525d6593231ca6d (plain)
1
2
3
4
5
6
7
[ <% join(', ', map { qq("$_") } @counties) %> ]
<%init>

my( $state, $country ) = $cgi->param('arg');
my @counties = counties($state, $country);

</%init>