http://qs321.pair.com?node_id=930841


in reply to Re^2: number of keys and values in a hash
in thread number of keys and values in a hash

well, of course you will need to create and fill a hash first with the desired part of your data. The code tells you exactly what you have: my %nums =( "$number", $info) is a hash with one element only, a single pair key-value. You need to iterate between all keys and all values