[ ソース: libtie-cphash-perl ]
パッケージ: libtie-cphash-perl (2.000-3)
libtie-cphash-perl に関するリンク
Debian の資源:
libtie-cphash-perl ソースパッケージをダウンロード:
- [libtie-cphash-perl_2.000-3.dsc]
- [libtie-cphash-perl_2.000.orig.tar.gz]
- [libtie-cphash-perl_2.000-3.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Ernesto Hernández-Novich (USB) (QA ページ)
- gregor herrmann (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module for managing a case preserving but case insensitive hash table
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.