Help for this page
for (my $i = 0; $i < 50; $i++) { #loop over array of hashes (each subs +et will have 50 keys) my $max = 0; # assuming distances are positive... ... } # do something with $max... }