Hi,

As I include:

1.  use<http://perldoc.perl.org/functions/use.html> 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.hidden_keys legal_keys
12.
13.lock_ref_keys unlock_ref_keys
14.lock_ref_value unlock_ref_value
15.lock_hashref unlock_hashref
16.lock_ref_keys_plus
17.hidden_ref_keys legal_ref_keys
18.
19.hash_seed hash_value hv_store
20.bucket_stats bucket_info bucket_array
21.lock_hash_recurse unlock_hash_recurse
22.
23.hash_traversal_mask
24.);
I get this error:

"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
"lock_hash_recurse" is not exported by the Hash::Util module
"unlock_hash_recurse" is not exported by the Hash::Util module
"hash_traversal_mask" is not exported by the Hash::Util module
Can't continue after import errors at t2tot3Project line 10
BEGIN failed--compilation aborted at t2tot3Project line 29.

What is this, and what is the qw after the use?

Tamas

Reply via email to