[ ソース: libhash-safekeys-perl ]
パッケージ: libhash-safekeys-perl (0.04-1 など)
libhash-safekeys-perl に関するリンク
Debian の資源:
libhash-safekeys-perl ソースパッケージをダウンロード:
- [libhash-safekeys-perl_0.04-1.dsc]
- [libhash-safekeys-perl_0.04.orig.tar.gz]
- [libhash-safekeys-perl_0.04-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module to get hash contents without resetting each iterator
Hash::SafeKeys provides alternate functions to access the keys, values, or entire contents of a hash in a way that does not reset the iterator, making them safe to use in such contexts:
while (my($k,$v) = each %hash) { ... @k = sort safekeys %hash; # Can do @v = grep { /foo/ }, safevalues %hash; # No problem print join ' ', safecopy %hash; # Right away, sir }
その他の libhash-safekeys-perl 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libtest-simple-perl
- set of basic utilities for writing tests in Perl
-
- dep: perl (>= 5.40.0-6)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base