SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Hash-SafeKeys rpm build for : PCLinuxOS. For other distributions click perl-Hash-SafeKeys.

Name : perl-Hash-SafeKeys
Version : 0.30.0 Vendor : (none)
Release : 11pclos2017 Date : 2017-07-12 06:17:22
Group : Development/Perl Source RPM : perl-Hash-SafeKeys-0.30.0-11pclos2017.src.rpm
Size : 0.07 MB
Packager : bb2 < bb2>
Summary : get hash contents without resetting each iterator
Description :
Every hash variable in Perl has its own internal iterator, accessed by the
builtin \'each\', \'keys\', and \'values\' functions. The iterator is also
implicitly used whenever the hash is evaluated in list context. The
iterator is \"reset\" whenever \'keys\' or \'values\' is called on a hash,
including the implicit calls when the hash is evaluated in list context.
That makes it dangerous to do certain hash operations inside a \'while ...
each\' loop:

while (my($k,$v) = each %hash) {
...
AATTk = sort keys %hash; # Infinite loop!
AATTv = grep { /foo/ }, values %hash; # Ack!
print join \' \', %hash; # Run away!
}

\'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:

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Hash-SafeKeys-0.30.0-11pclos2017.x86_64.rpm
     

Provides :
SafeKeys.so()(64bit)
perl(Hash::SafeKeys)
perl-Hash-SafeKeys
perl-Hash-SafeKeys(x86-64)

Requires :
libc.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
perlapi-5.22.3
rpmlib(VersionedDependencies) <= 3.0.3-1
libc.so.6(GLIBC_2.2.5)(64bit)
perl-base => 5.22.3
libperl.so()(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
libperl.so.5.22()(64bit)
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/Hash
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/Hash/SafeKeys.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/Hash
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/Hash/SafeKeys
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/Hash/SafeKeys/SafeKeys.so
/usr/share/doc/perl-Hash-SafeKeys
/usr/share/doc/perl-Hash-SafeKeys/Changes
/usr/share/doc/perl-Hash-SafeKeys/META.json
/usr/share/doc/perl-Hash-SafeKeys/META.yml
/usr/share/doc/perl-Hash-SafeKeys/MYMETA.yml
/usr/share/doc/perl-Hash-SafeKeys/README
/usr/share/man/man3/Hash::SafeKeys.3pm.bz2

 
ICM