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


In reply to Re^3: Using Object::Destroyer with HTML::FormatText by Anonymous Monk
in thread Using Object::Destroyer with HTML::FormatText by PerlNovice999

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.