- or download this
@myArea = sort (keys %{$camArray{$trafficArea}});
$items = scalar @myArea;
- or download this
for ($i=0; $i < $items; $i++) {
print "\t<option>$myArea[$i]\n";
}
- or download this
for ($j=0; $j < $items; $j++) {
print "$camArray{$trafficArea}{$j}\n";
}
- or download this
%camArray = (
'seattle' => {
...
'Hwy 16 at Pearl St.' => '016cc0037'
},
);