in reply to Re: Simple hash problem
in thread Simple hash problem

Really? How did you plan to do the sorting without building the list of all the keys?

The problem isn't in the slicing (if it makes an impact, it's probably positive, as it reduces the size of the list Perl needs to keep track of as soon as possible), it's the sorting.

Abigail