I actually want to do thngs the other way around. I want to have the zone as the key. So that I could say, print out out all the coorsinates in zone B1. Doing this -
$coordinates{$zone} = $a1,$a2,$b1,$b2)
will only allow my to save one coordinate for a particular zone. How do I save an arbitary bumber of coordinates for each zone?