(But if any hash solutions make it to the list, I'll probably try them too, just for practice...)
It's not a hash problem. Hashes are associative arrays, they're for when you need to call contents by name. Any question of order, like the one you posted, is for array, which are simply an ordered list. Numbers instead of names.
Hope that helps.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]