[Kc] To use storable or not

Jonathan Otsuka djgoku at gmail.com
Thu Feb 9 13:17:53 PST 2012


So I have a large hash that is around 100 lines and I don't want to see it in my program. I have create a script and moved said hash to it and use storable to store it in a file. Seems like a waste to go through this process, but I do have some other large hashes to move/export. 

What are my other options? Create a module that has these large structures? The hashes will probably never change at least I don't foresee that happening. 

Jonathan Otsuka


More information about the kc mailing list