in reply to
Re: Permanently sort a hash
in thread
Permanently sort a hash
ikegami
,
While you know and it should be obvious, it may be worth pointing out that any modification to the keys of the hash (inserts or deletes) requires the sorted keys to be re-cached.
Cheers -
L~R
Comment on
Re^2: Permanently sort a hash
Replies are listed 'Best First'.
Re^3: Permanently sort a hash
by
ikegami
(Patriarch)
on Jun 04, 2009 at 15:21 UTC
Yes, but that would also be the case for the ideal solution the OP posted.
[reply]
In Section
Seekers of Perl Wisdom