Re: hash of hashes -> sorting

[email protected] (Nathaniel Irons) Sun, 28 Oct 2001 12:48:07 -0800
Newsgroups perl.macperl.anyperl
Organization bumppo.net
Message-ID <[email protected]>
In article <[email protected]>,
 [email protected] (Allan) wrote:

> this is no problem in itself but in the output i want the file names 
> to appear in their correct sorted or nested order (which is in the 
> order they entered the hash).

Tie::IxHash can keep a hash ordered by insertion.

  -nat