Thank you for your reply!

Yes, I can simply partition the process into batches of less than 3000 files (i.e., before I run out of memory). Instead of using DBD::SQLite or something like this, I can simply do this by creating seperate files with the website addresses. I am not a computer programmer, I am trying to limit the modules I am using since the CPAN documentation is usually not sufficient for me to understand them...

I did not ignore the node you are referring to. It just did not help me. I tried the delete call (see my response to the earlier node), but that did not work. I do not know what exactly I have to delete and how to do it. I was hoping that Object::Destroyer would take care of this. I just do not understand how it works exactly when combining it with HTML::FormatText

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.


In reply to Re^2: Using Object::Destroyer with HTML::FormatText by PerlNovice999
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.