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 ( #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? | Other CB clients
Other Users?
Others about the Monastery: (4)
As of 2023-06-01 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?