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?