Esteemed Monks, Forgive me if my post is in the wrong place. Not sure where to put this really.

I posted a number of questions regarding spinners and Term::Twiddle on Win32. After many of your fine responses and working directly with Scott Wiersdorf, I have come up with a module based on Term::Twiddle that works on Win32. It uses threads to accomplish the same functionality and is tenatively named Term::Spinner (though I put it to the Perl community to accept or reject that name and offer suggestions). I have not put this on CPAN or anything yet and wanted to give the monks first crack at it. Here is the link to get the module:

http://www.klaum.com/Term-Spinner-1.0.zip

As this is my first time using threads or writing a module I am open to any and all suggestions before going prime time with this. Also, if I could get some feedback on different platforms and testing it would be nice. Use the standard perl Makefile.pl, make, make install to install it. If anyone has any questions or problems please feel free to email me at aklaum@yahoo.com.

In reply to got Term::Twiddle working on Win32 by icius

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.