I think I might have an answer, from http://search.cpan.org/~simon/Image-Seek-0.01/lib/Image/Seek.pm:

cleardb

"Clears the internal database. Note that loaddb will load into memory a bunch of data that you may already have - it will duplicate rather than replace this data, so results will be skewed if you load a database multiple times without clearing it in between."

Update

The results are somewhat promising, but I'm going to start from scratch and rebuild the database.

Update

Putting the cleandb command in the file before the loaddb command and telling the module to export the function sort of works but it causes the database keys to count down instead of iterate up. I also tried putting it after loaddb, but that seems to result in a hung makedb.pl file and no redirection.

Anybody have any ideas on how to use cleandb correctly?


In reply to Re^2: Image::Seek Database Stuck on Key Number by socrtwo
in thread Image::Seek Database Stuck on Key Number by socrtwo

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.