- perl (>= 5.38.2-3.2)
- perlapi-5.38.2
- libc6 (>= 2.3)
- libtest-simple-perl
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
}
Installed Size: 51.2 kB
Architectures: amd64 arm64