Perl uses reference counting for GC, and it\'s quite easy to make a circular reference by accident. I see that my program seems to be using more and more memory, and it will
valgrind is a great linux application, which locates memory leaks in running code. If your Perl code runs on linux, you should check it out.