in reply to Re^5: Memory Leak HTML::FormatText
in thread Memory Leak HTML::FormatText

Dumper()ing $content returns the content of the files, exactly as it should. No references to other variables or self-references.

Replies are listed 'Best First'.
Re^7: Memory Leak HTML::FormatText
by Anonymous Monk on Sep 18, 2013 at 14:01 UTC

    Dumper()ing $content returns the content of the files, exactly as it should.

    Ok, maybe now you can stop trying   $content->delete(); and stuff like that; Maybe now you'd like to copy/paste from sub format_file and then add some Dumper()ings ?