in reply to
Hash to Scalar Assignment Oddity
The first value is the number of used entries and the second the number of slots. Read it as we use currently 3 from 8 entries. You can set the slots if you like with:
keys %db = 1000; $db = %db; print $db;
[download]
Boris
Comment on
Re: Hash to Scalar Assignment Oddity
Download
Code
In Section
Seekers of Perl Wisdom