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


in reply to Re^2: reiterateing over array
in thread reiterateing over array

You might want to use something like DBM::Deep that lets you tie a hash into a file. Thus, you get the simplicity of using a hash for quick access and the persistence of the data in a file.