Re: using hash_value from Hash::Util

2015-07-08 Thread Kent Fredric
On 8 July 2015 at 23:19, Nagy Tamas (TVI-GmbH) wrote: > Is it a documentation mistake? Do you have perl 5.22? perl -MHash::Util=hash_value -E1 # Fine. There is no mistake. Those functions started being present in perl 5.18. If you don't have them, you either have an older perl, or something i

AW: using hash_value from Hash::Util

2015-07-08 Thread Nagy Tamas (TVI-GmbH)
@perl.org Betreff: Re: using hash_value from Hash::Util On 8 July 2015 at 21:51, Nagy Tamas (TVI-GmbH) wrote: > > > "hash_value" is not exported by the Hash::Util module > > "bucket_stats" is not exported by the Hash::Util module > > "bucket_

Re: using hash_value from Hash::Util

2015-07-08 Thread Kent Fredric
On 8 July 2015 at 23:00, Kent Fredric wrote: > impervious to accidentally typing trailing spaces inside the quotes: Ugh. I forgot to note: you can read on these "operators" in : perldoc -f qw perldoc perlop # search for "Quote-Like" -- Kent KENTNL - https://metacpan.org/author/KENTNL --

Re: using hash_value from Hash::Util

2015-07-08 Thread Kent Fredric
On 8 July 2015 at 21:51, Nagy Tamas (TVI-GmbH) wrote: > > > "hash_value" is not exported by the Hash::Util module > > "bucket_stats" is not exported by the Hash::Util module > > "bucket_info" is not exported by the Hash::Util module > > "bucket_array" is not exported by the Hash::Util module > > "

using hash_value from Hash::Util

2015-07-08 Thread Nagy Tamas (TVI-GmbH)
Hi, As I include: 1. use Hash::Util qw( 2. fieldhash fieldhashes 3. 4. all_keys 5. lock_keys unlock_keys 6. lock_value unlock_value 7. lock_hash unlock_hash 8. lock_keys_plus 9. hash_locked hash_unlocked 10.hashref_locked hashref_unlocked 11.hid