The problem appears more likely to be that $^E [a.k.a. Win32::GetLastError()] is being reset more quickly in your environment than in most. A better fix is to have Win32::TieRegistry::_ErrNum() stop using Win32::GetLastError() and start using Win32API::Registry::_regLastError() [and either just require a modern Win32API::Registry or make that change conditional on that function being available].

Please report the bug over at rt://Win32::TieRegistry for the world to see. Would you mind also trying the change I suggested above in your environment (with your fix removed, of course) so I'll have verification that my guess is correct?

I really need to release some module updates. I wish I didn't need a "day job". :)

Update: Oh, and nice work on tracking down details about the bug.

- tye        


In reply to Re: Problem with TieRegistry.pm on windows xp/cygwin ($^E) by tye
in thread Problem with TieRegistry.pm on windows xp/cygwin by myoung5655

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.