Paul Sobey wrote:

I have a service written in perl which appears to have a very small
memory leak. Because it runs as a service it's hard to run the debugger.
Is there a way I can print the memory usage of the different variables
in the symbol table from within the script? I'd like to make it write
out some stats once a day so I can get an idea of which
hash/array/whatever is causing the problem.

I don't know if this works, but how about dumping your output into a log file or something?
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to