Subject: Re: impossible to sort a hash by key?
From: Dave Burt <dave burt.id.au>
Date: Wed, 14 Jun 2006 16:11:06 +0900
References: 197168
In-reply-to: 197168
Oliver Katzer wrote:
> is it impossible to sort a hash by key?
Yes, because hashes are un-ordered containers.
Look up OrderedHash on the RAA for one possible solution.
Cheers,
Dave