> 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


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to