Paketname | libtie-cphash-perl |
Beschreibung | Manage a case preserving but case insensitive hash table |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.04-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 9400 Byte |
Prüfsumme MD5 | 5d62008c7039e9d7a7a3ef112f161476 |
Prüfsumme SHA1 | 55b11ce3bde4907d0d6efc21555031264c7e82cd |
Prüfsumme SHA256 | b954f60dc558907c416c05ec6182dc61c6df2ea80ef776e94e562039abc6f7e9 |
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.
|