in reply to Re: Best method to order a hash of arrays
in thread Best method to order a hash of arrays
You should be aware that your code, above, creates a hash with keys
"37", "165", "22", "683", "1".
Unfortunately, if you want the leading zeroes, you'll need to explicitly quote the keys.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Best method to order a hash of arrays
by kyle (Abbot) on May 16, 2007 at 02:43 UTC |