in reply to Re^2: Using Object::Destroyer with HTML::FormatText
in thread Using Object::Destroyer with HTML::FormatText

I can simply do this by creating seperate files with the website addresses.

don't do this, your computer won't like it very much, stick with sqlite or AnyDBM_File, which ever is easier for you to understand, FWIW, there is always one module like DB_File that you can use that comes with perl, see AnyDBM_File

I did not ignore the node you are referring to. It just did not help me.

Why do you think that is? Can you tell me what I suggested?

I think I suggested adding some Dumper() statements to see what you're dealing with, but the replies to my node included no Dumper() statements or Dumper() output

Did you see Re^5: Memory Leak HTML::FormatText? Dumper $content? Read that link I gave you?

I am presumably not the only one using HTML::FormatText with a lot of files and/or using Object::Destroyer, so I am hoping that there is a immediate fix to my problem, rather than using some workaround.

Sorry PerlNovice999, if I were going post a complete diagnosis with fix I would have done it already. I tried to provide any help, a way (that I have used, and that you can use) to diagnose (and later fix) the problem :)

Socratic method

  • Comment on Re^3: Using Object::Destroyer with HTML::FormatText