Help for this page
#!/usr/bin/perl -w ... foreach(@{$table{$key}{coords}}){print "$table{$key}{co +ords}[$_]"}; print "\n"; };