in reply to Retaining hash order with Config::General?

Try rewrite your test like so
{ tie ... #init, save } { tie ... #reload }

Replies are listed 'Best First'.
Re^2: Retaining hash order with Config::General?
by Anonymous Monk on Dec 15, 2008 at 16:56 UTC
    I fail to see how this will affect the result, but perhaps I am mistaken. I do these in different blocks in the real application, and it doesn't work there either. I will give it a try when I return to my computer. Thanks.