in reply to Re^2: storing a large hash in a database
in thread storing a large hash in a database
It is not in memory. And if you don't unlink the file, it remains on disk; and if you re-tie, you have access to it.
In the snippet I gave, I unlink before tie'ing; because for my application, I want to start anew every time.
|
|---|