Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Tie-IxHash: Ordered associative arrays for Perl
- Summary
- This Perl module implements Perl hashes that preserve the order in
which the hash elements were added. The order is not affected when
values corresponding to existing keys in the IxHash are changed.
The elements can also be set to any arbitrary supplied order. The
familiar perl array operations can also be performed on the IxHash.
Changelog
- * Sun May 9 17:00:00 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.21-0.fdr.2
- Avoid creation of the perllocal.pod file (make pure_install).
- * Thu May 6 17:00:00 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.21-0.fdr.1
- First build.