[ bianca ]
[ ソース: libhash-safekeys-perl ]
パッケージ: libhash-safekeys-perl (0.04-1 など)
libhash-safekeys-perl に関するリンク
libhash-safekeys-perl ソースパッケージをダウンロード:
- [libhash-safekeys-perl_0.04-1.debian.tar.xz]
- [libhash-safekeys-perl_0.04-1.dsc]
- [libhash-safekeys-perl_0.04.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [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.17) [arm64]
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.3) [amd64]
-
- dep: libtest-simple-perl
- set of basic utilities for writing tests in Perl
-
- dep: perl (>= 5.40.0-6)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base