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

Re^4: Strawberry Perl and alarm() on Windows

by BrowserUk (Patriarch)
on May 24, 2015 at 10:55 UTC ( [id://1127574]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    DllExport unsigned int
    win32_alarm(unsigned int sec)
    ...
        }
        return 0;
    }
    
  2. or download this
    static LRESULT
    win32_process_message(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPara
    +m)
    ...
    
        return 0;
    }
    
  3. or download this
    >perl lockdemo.pl
    locker: flock LOCK_EX
    ...
    main: 5 seconds have passed
    locker: flock LOCK_UN
    locker: unlocked
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-28 16:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found