in reply to $SIG{ALRM} and windows vista?

Signals are a unix thing.

Replies are listed 'Best First'.
Re^2: $SIG{ALRM} and windows vista?
by Anonymous Monk on Jan 04, 2010 at 03:35 UTC
    And that particular one works on windows

      readline does not emulate alarm signal interruptions.

      (I suppose it's actually the lower PerlIO layers that don't emulate them, or maybe something at an even lower level.)

      Not for me. The code doesn't time out on Windows Vista.