in reply to Re: split to hash, problem with random keys
in thread split to hash, problem with random keys

This method assumes that the keys are to be sorted alphabetically which is probably not how they were originally ordered.
  • Comment on Re: Re: split to hash, problem with random keys

Replies are listed 'Best First'.
Re: Re: Re: split to hash, problem with random keys
by december (Pilgrim) on Jul 03, 2003 at 17:16 UTC

    No, they're not, indeed. It's just the order I defined them in, and that is the order which is most easy to read and understand, code-wise.

    I *could* sort them, but I really want to have a certain order in my flat file, with the key in front.