in reply to Re: Time out (use alarm)
in thread Time out

you cannot run this code on a Win32 machine as alarm is not implemented on that platform.
instead, use Win32::Event. there's an example at ALRMing behavior on Win32

~Particle *accelerates*