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

Where do $_ and $` appear in your code before now?

Try Dumper()ing $content

Replies are listed 'Best First'.
Re^6: Memory Leak HTML::FormatText
by PerlNovice999 (Novice) on Sep 18, 2013 at 13:34 UTC

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

      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 ?