in reply to split to hash, problem with random keys

You can use the Tie function to have the hash return in order:

use Tie::IxHash; tie %hashname, "Tie::IxHash";


Mitch

Replies are listed 'Best First'.
Re: Re: split to hash, problem with random keys
by december (Pilgrim) on Jul 03, 2003 at 17:21 UTC
    Thanks, I'll check if it's installed on the machines I need to run the code on.