| Paketname | libtie-dxhash-perl |
| Beschreibung | Tied hash which keeps insertion order and allows duplicate keys |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.93-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 76 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Ivan Kohler |
| Quelle | |
| Paketgröße | 10106 Byte |
| Prüfsumme MD5 | d50828114e7d339e3223dd3161a27e84 |
| Prüfsumme SHA1 | 804fa760258190e60b0bb9834740659de108ec7e |
| Prüfsumme SHA256 | e4b061052257f80392f383dc23d39a91ec1db2ce467b971e3548adc251fa3faf |
| Link zum Herunterladen | libtie-dxhash-perl_0.93-1_all.deb |
| Ausführliche Beschreibung | 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.
|