Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

alarm on win32

by water (Deacon)
on Dec 24, 2005 at 21:22 UTC ( [id://518938]=perlquestion: print w/replies, xml ) Need Help??

water has asked for the wisdom of the Perl Monks concerning the following question:

As win32 perl doesn't support alarm(), is there a hack or trick to get a similiar result -- throw an exception after 'n' seconds? Thanks!

water

Replies are listed 'Best First'.
Re: alarm on win32
by secret (Beadle) on Dec 24, 2005 at 21:33 UTC
    What you want may be Win32::Job's run() method :

    Provides a simple way to run the programs with a time limit. The $timeout is in seconds with millisecond accuracy. This call blocks for up to $timeout seconds, or until the processes finish

Re: alarm on win32
by Anonymous Monk on Dec 24, 2005 at 21:54 UTC
    Perl 5.8 on Win32 does support alarm()

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 02:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found