http://qs321.pair.com?node_id=775795

vit has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks
I use ActiveState perl and want to cache a big hash in order not to read it from the file every time when I execute my perl program.
I also need to be able to pick it up on the subsequent calls of CGI on the server side.
What could you suggest?

I tried
IPC::SharedCache IPC::SharedMemory IPC::Shareable
but first I am not sure if this is what I need and second failed to install these modules.