in reply to Using Tie::IxHash to keep database query keys/values in order
Probably $data = $self->dbh->selectall_arrayref is replacing the hash reference with a reference to a different hash that isn't tied.
But hashes don't have ordering, why do you need ordering? Just for printing?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Using Tie::IxHash to keep database query keys/values in order
by bradcathey (Prior) on Feb 16, 2017 at 13:30 UTC | |
by haukex (Archbishop) on Feb 16, 2017 at 13:50 UTC |