slackbuilds/perl/perl-Tie-IxHash
Chris Novakovic 9f39a6502f perl/perl-Tie-IxHash: Update homepage and download.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:11:12 +07:00
..
README
perl-Tie-IxHash.SlackBuild perl/perl-Tie-IxHash: i486=>i586. 2017-03-25 13:29:38 +00:00
perl-Tie-IxHash.info perl/perl-Tie-IxHash: Update homepage and download. 2018-05-27 11:11:12 +07:00
slack-desc perl/perl-Tie-IxHash: Update homepage and download. 2018-05-27 11:11:12 +07:00

README

If you have been led to believe that associative arrays in perl
don't preserve order, and if you have ever craved for that feature,
this module is for you.  Simply declare a "tie" for the hash variable
that you want to be order-preserving, and forget that limitation ever
existed.  You can do other nifty things with the tied hash object that
you may be used to doing with arrays, like Push(), Pop() and Splice().