Paketname | libtie-cphash-perl |
Beschreibung | Manage a case preserving but case insensitive hash table |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 9294 Byte |
Prüfsumme MD5 | 5fdb5ec0861bbac66d668efa2c19556a |
Prüfsumme SHA1 | 7ad4d4e2236e0114bc5f47c451c79cbab6429a03 |
Prüfsumme SHA256 | c64eecb52acc418cc61217b149751a504ee9f655a95b5e3487c33bc2a0faa2b5 |
Link zum Herunterladen | libtie-cphash-perl_1.04-1_all.deb |
Ausführliche Beschreibung | Tie::CPHash provides a hash table that is case preserving but case
insensitive. This means that
.
$cphash{KEY} $cphash{key}
$cphash{Key} $cphash{keY}
.
all refer to the same entry. Also, the hash remembers which form of
the key was last used to store the entry. The keys and each functions
will return the key that was used to set the value.
|