projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more efficient invoice voiding, RT#80366
[freeside.git]
/
httemplate
/
misc
/
counties.cgi
1
[ <% join(', ', map { qq("$_") } @counties) %> ]
2
<%init>
3
4
my( $state, $country ) = $cgi->param('arg');
5
my @counties = counties($state, $country);
6
7
</%init>