CountZero got the point
=>PERL will not release any memory back to the operating system as long as the script runs
My script is should run forever and that's why I cannot just terminate the programm or go out of a block.
Will Perl release the memory if delete is used ?
netoli