Hi, I have a config file which contains a hash ref and I get its values by using the do() function.
I don't think this is the best solution, because the speed might be slow. That file is accessed on each access to each page. Is it possible to store that hash in the memory somehow? I can store that hash at the server startup or after that... doesn't matter. Thank you. Teddy