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

SIGHUP delivered on Windows

by rovf (Priest)
on May 21, 2013 at 11:47 UTC ( [id://1034517]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BOOL WINAPI
    win32_ctrlhandler(DWORD dwCtrlType)
    ...
            if (do_raise(aTHX_ 1))        /* SIGHUP */
                sig_terminate(aTHX_ 1);
            return TRUE;
    
  2. or download this
    use strict;
    use warnings;
    ...
    pout("Interrupt handlers registered");
    sleep(6);
    pout("Normal exit");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found