projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
paymentech: enforce field lengths in raw bytes, #29972
[freeside.git]
/
httemplate
/
misc
/
cities.cgi
1
[ <% join(', ', map { qq("$_") } @cities) %> ]
2
<%init>
3
4
my( $county, $state, $country ) = $cgi->param('arg');
5
my @cities = cities($county, $state, $country);
6
7
</%init>