http://www.perlmonks.org?node_id=396934

TheMarty has asked for the wisdom of the Perl Monks concerning the following question:

Related to my earlier problem. Just - how it would be possible to free memory from within Perl script? I tried to do @Array = undef, or @Array = (), but it does not seem to work (the memory is still occupied)... Is there any command/extra module which does something like "flush" of not used structures?