![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^2: How best to tell when my hash is "full" (all values defined)?by Hofmator (Curate) |
on Dec 18, 2006 at 15:31 UTC ( #590454=note: print w/replies, xml ) | Need Help?? |
I'm not sure how your last-condition keys( %hash ) == values( %hash ) works ... isn't this always true for all hashes (the number of keys is equal to the number of values)?
-- Hofmator Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In Section
Seekers of Perl Wisdom
|
|