in reply to Caching hash

Did you try DB_File ?

Replies are listed 'Best First'.
Re^2: Caching hash
by perrin (Chancellor) on Jun 29, 2009 at 20:49 UTC
Re^2: Caching hash
by vit (Friar) on Jun 29, 2009 at 20:51 UTC
    This is associated with BerkleyDB. I did not see there anything about keeping the DB cached between sessions or shearing between processes, or it is possible?
      The DB would be stored on the filesystem, so you can access it via its name between sessions or processes. It would be up to you to manage 'expiry' of the data, unless you use a wrapper like Cache::BerkeleyDB
        Will it work for ActivePerl? I tried to install using ppm and it says "ppm install failed: Can't find any package that provide ..."