I\'m trying to learn how to profile perl memory. I have a very simple Perl hello-world script and I want to know its size in memory.
I\'ve found a few related questions, like Python vs. Perl (now deleted) and Is Perl Worth it? (now deleted), but I can\'t seem to find anything that directly addresses this question.
Problem: my mod_perl leaks and I cannot control it. I run mod_perl script under Ubuntu (production code).
I work with Activestate Perl on Windows and Apache. I want to run my scripts under mod_perl. To prevent Apache from caching modules during development I want to use Apache::Reload module.