in reply to Re^3: Pick any key from a very large hash
in thread Pick any key from a very large hash
As usual, it turns out Perl is a bit more clever than expected, so using keys to reset and each to pick a pair may indeed be the Right Thingtm even for a huge hash. Maybe perldoc -f each should point this out more clearly?
|
|---|