[ bianca ]
[ Pakiet źródłowy: libhash-safekeys-perl ]
Pakiet: libhash-safekeys-perl (0.04-1 i inne)
Odnośniki dla libhash-safekeys-perl
Pobieranie pakietu źródłowego 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]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [metacpan.org]
Podobne pakiety:
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
}
Inne pakiety związane z libhash-safekeys-perl
|
|
|
|
-
- dep: libc6 (>= 2.3)
- GNU C Library: Shared libraries
również pakiet wirtualny udostępniany przez libc6-udeb
-
- 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
- pakiet wirtualny udostępniany przez perl-base
Pobieranie libhash-safekeys-perl
| Architektura | Wersja | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
|---|---|---|---|---|
| amd64 | 0.04-1+b4 | 12,7 KiB | 50,0 KiB | [lista plików] |