http://www.perlmonks.org?node_id=58654


in reply to Rea: DBM problem
in thread DBM problem

But keys() will still build quite a large list. You may prefer while (my($k,$v) = each %hash) instead.

japhy -- Perl and Regex Hacker