Re: multidimensional insertion order



Fabian Pilkowski wrote:
Since you don't want to tie a reference [1], you have to tie a hash
instead. Try to dereference the whole hash with "%{}" first:

tie %{ $xml_lines{$section}->{$section_number} }, "Tie::IxHash";
Fabian, that's what I wondered so I tried that (see my previous post) but that chops off parts of my hash.

Caleb
.



Relevant Pages