What is the status on alarm(), along with $SIG{ALRM} with Win32? I am working on a Windows XP system and cannot get the alarm signal to work, yet I am also not getting errors of alarm() not being implemented. Does anyone have any useful information to share with me about this issue? For the record, I understand the obvious fact that "you can't use alarm on Windows" here, I'm just looking for information on why that is and if it is being worked on as we speak :)

C:\>perl -v This is perl, v5.8.2 built for MSWin32-x86-multi-thread (with 25 registered patches, see perl -V for more de Copyright 1987-2003, Larry Wall Binary build 808 based on sources provided by ActiveState Corp. http://www.ActiveState.com ActiveState is a division of Sophos. Built Dec 31 2003 09:46:50

In reply to SIGALRM and Win32 by Anonymous Monk

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.