This sounds like a bug, where that bug would be I am not sure. I had a guess where it might be in how taking a reference to the hash value might interact with Tie::IxHash, but I could not demonstrate any misbehaviour. (I was playing around with tying a hash to Tie::IxHash, building up the hash, taking a reference to a hash value and then manipulating that value both through the reference and through the hash.)

Can you produce a minimal code example that shows the problem with directions for how to run it and how it misbehaves? If you do that, then I can try to run it and see if it misbehaves for me. If it works for one person and not for another, it may be that the bug is fixed and all that you have to do is upgrade.


In reply to Re: Tk Entry and IxHash by tilly
in thread Tk Entry and IxHash by aplonis

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.