foreach $type ( sort keys %modtimes ) { @times = @{$modtimes{$type}}; # do something with this set of @times... }