Hi Monks,
I have revisted my perl package. It's suppose to create this complex hash structure from an existing hash structure. My scripts recently crashed on larger files. I been examining my code structure and trying to be more efficient in my usage of variables and commands. It seems even if I do all this work, another larger file is eventually going to crash my script. Any solutions for this? Go to another language? Upgrade to a different perl version? Most people told me that there is nothing I can do for releasing memory (eg C) due to OS.