Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Timeouts/timers on Win32 system

by PodMaster (Abbot)
on Dec 08, 2003 at 15:11 UTC ( [id://313099]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    E:\>perldoc perlport|grep alarm
        alarm SECONDS
    ...
    E:\>perl -le"alarm 0"
    The Unsupported function alarm function is unimplemented at -e line 1.
    
  2. or download this
    E:\>perl
    local $SIG{ALRM} = sub { die "alarm!!!!" };
    ...
    alarm 0;
    __END__
    alarm!!!! at - line 1.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://313099]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found