in reply to freeing hashes on Linux
If you're only worried about the memory, don't be. If you're not using it, it'll go to swap space soon enough. perl won't actually free that space to the system until the interpreter exists, anyway.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|