套件:libtie-dxhash-perl(1.05-4)
libtie-dxhash-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtie-dxhash-perl:
- [libtie-dxhash-perl_1.05-4.dsc]
- [libtie-dxhash-perl_1.05.orig.tar.gz]
- [libtie-dxhash-perl_1.05-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module that keeps insertion order in hash
Tie::DxHash implements a hash which preserves insertion order and allows duplicate keys.
Tie::DxHash works by storing the hash data in an array of hash references (containing the key/value pairs). This preserves insertion order. A separate set of iterators (one per distinct key) keeps track of the last retrieved value for a given key, thus allowing the successive retrieval of multiple values for the same key to work as expected.
Tie::DxHash was originally written to facilitate the use of more complex mod_rewrite rules in Apache configuration files written with Perl Sections.
其他與 libtie-dxhash-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language