in reply to number of keys and values in a hash
normally the number of keys = number of values, if a value is missing is filled automatically, if a value is undef is not printed, but you still can call it. If you need to discard the null values you can always add a test or if-block
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: number of keys and values in a hash
by veerubiji (Sexton) on Oct 11, 2011 at 14:47 UTC | |
by pvaldes (Chaplain) on Oct 11, 2011 at 15:05 UTC | |
by pvaldes (Chaplain) on Oct 11, 2011 at 15:47 UTC | |
by veerubiji (Sexton) on Oct 12, 2011 at 07:06 UTC |