The values I have stored in the hash should essentially be retrieved in
order, so normal retrieval is not a correct solution for me.

I have tried using IxHash, but it takes much longer execution time than
expected. Any other solution for this?

Regards,
Kavita :-)


On Tue, Apr 23, 2013 at 5:11 PM, Owen <rc...@pcug.org.au> wrote:

>
> > Hello All,
> >
> > Can you help me in finding the most time effective way to retrieve the
> > key-values from hash in the same sequence in which data is inserted
> > into
> > the hash.
>
>
> Hashes are unordered, have a look at Tie::IxHash in CPAN,
> http://search.cpan.org/~chorny/Tie-IxHash-1.23/lib/Tie/IxHash.pm
>
>
> --
> Owen
>
>

Reply via email to