in reply to Re: constructing large hashes
in thread constructing large hashes
Ah Ha! Of course. I guess that I should have thought of that. Anyway, after trying several different separators (',', ' ', '_', '-', '.', '0') and even trying padding with zeroes (01, 02, ..., 08), the only solution that works well is no separator which makes it more difficult when we move to permutations of 10 or more things. Although from blssu's results below it looks as though some of this was fixed in perl 5.8 (I'm still limping along at 5.6.1).
Thanks!
Dean
If we didn't reinvent the wheel, we wouldn't have rollerblades.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: constructing large hashes
by jsprat (Curate) on Oct 01, 2002 at 01:08 UTC | |
Re: Re: Re: constructing large hashes
by thor (Priest) on Oct 02, 2002 at 11:23 UTC |