In an array to find the number of elements in an array I :

print "$#array\n"; 

Is there a similar way to find the number of keys in a hash without cycling
through them and without assigning the hash to an array?

Doug

  

Reply via email to