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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: counting elements using a hash
by Marshall (Canon) on Sep 23, 2012 at 12:28 UTC |