http://www.perlmonks.org?node_id=995193


in reply to Re: counting elements using a hash
in thread counting elements using a hash

    next unless $number; #skip undef's

What happens if the extracted  $number string is '0'? Will zeros be counted?