You should use the MinGW compiler with your ActivePerl-5.8.8. The results are much better:
t/Tie01....ok 1/71 t/Tie01....NOK 21/71# Failed test 'check array fetch' # at t/Tie01.t line 73. # got: '2 b' # expected: 'a b c d e f g h i' # Failed test 'check array fetch' t/Tie01....NOK 24/71# at t/Tie01.t line 82. # got: '2 e' # expected: 'd e f d e f g h i' t/Tie01....NOK 48/71# Failed test 'check hash keys' # at t/Tie01.t line 134. # got: '3abc' # expected: 'abc' # Failed test 'unlink testfile' t/Tie01....NOK 65/71# at t/Tie01.t line 179. # Looks like you failed 4 tests of 71. t/Tie01....dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 21, 24, 48, 65 Failed 4/71 tests, 94.37% okay t/Tie02....ok 1/26Thread 1 terminated abnormally: Can't use an undefin +ed value as an ARRAY reference at C:\_32\comp\Thread-Tie-0.12\blib\li +b/Thread/Tie/Array.pm (loaded on demand from offset 1939 for 176 bytes) line 75.
at which point it hangs.

:-)

Cheers,
Rob

In reply to Re: Trouble building Thread::Tie module on Win32 by syphilis
in thread Trouble building Thread::Tie module on Win32 by Zenshai

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.