in reply to using hash values inside an array.

Untested:

for (qw(061 062 074)){ $coords{$_}[1]... }

or

for (keys %coords){ $coords{$_}[1]... }