vote up 3 vote down star
2

I have a long running Perl script and I'd like to let it know (and report) how much memory it is using. I'd like to have this information both on Linux and Windows and if possible on Mac OS X as well.

flag

2 Answers

vote up 5 vote down

These Perl modules could help you:

link|flag
vote up 4 vote down

This will show you how:

http://perldoc.perl.org/Devel/Peek.html

Also, http://perldoc.perl.org/perlguts.html

and, man pages for perldebug and perldebguts.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.