At 6:30 PM -0500 2/24/06, Thomas Pfau wrote:
>What facilities are in perl to debug memory allocation issues?

You can run your script with the memory debug option enabled:

$ perl -"Dm" myscript.pl

That will log the memory allocations and deallocations, at least when
Perl's memory API is used.

-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to