I willl certainly check on this although I would make a few observations, this is revision 22 in a series for this particular CPAN module. It works fine under 5.6. Do you suppose that some newness in DB_File might be the problem, for instance I can tell you that the files in question were generated by an older version, possibly a much older version. I think having just said that I will revisit the process where by I built the files in the first place, delete and rebuild and then retest---this feels like a likely thing to do just to be safe anyway. Thanks!!

Update: The problem was in fact a version problem. DB_File of course changes over time as do most things perl. And not to surprisingly it wasn't backwards compatible (typically a race that can't be won anyway) and I was partially stung by that and by how I build new releases. Since changes involve iterative testing I don't bother to re-create the db files after the new versions for the release are created. Silly me! In this case that meant the versions in my dev directory were out of synch with what I actually wanted. Note to self---revise test/build procedures to eliminate dangerous assumptions (redundant for emphasis). Thanks to all!!

--hsm

"Never try to teach a pig to sing...it wastes your time and it annoys the pig."

In reply to Re^2: A problem with tie by hsmyers
in thread A problem with tie by hsmyers

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.