|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Hash Keys (strings or numbers?)by Artemus (Novice) |
| on Mar 02, 2012 at 07:46 UTC ( #957399=note: print w/ replies, xml ) | Need Help?? |
|
Unfortunately, none of the examples converts $key1 into a number so that $hash1{int($key1)} eq $hash1{int($key2)}, when $key1 == $key2.
In Section
Tutorials
|
|
||||||||||||||||||||