in reply to Re: Re: Re: Sort this data
in thread Sort this data

Yes, and we've just seen that reading from the front is not all that slow an operation. Sorry, I didn't understand how the array was implemented internally. Now that I do, I see that splice()ing at the front of an array is a damn nice operation, and makes unshift()ing later less of a headache.

japhy -- Perl and Regex Hacker