[ Source: libhash-safekeys-perl ]
Package: libhash-safekeys-perl (0.04-1)
Links for libhash-safekeys-perl
Debian Resources:
Download Source Package 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]
Maintainers:
External Resources:
- Homepage [metacpan.org]
Similar packages:
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 }
Other Packages Related to libhash-safekeys-perl
|
|
|
|
-
- dep: libc6 (>= 2.3)
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
-
- dep: libtest-simple-perl
- set of basic utilities for writing tests in Perl
-
- dep: perl (>= 5.36.0-7)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.36.0
- virtual package provided by perl-base
Download libhash-safekeys-perl
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
i386 | 12.8 kB | 49.0 kB | [list of files] |