Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

The implementation of SIGHUP in Win32 Perl

by klaten (Novice)
on Aug 30, 2013 at 20:11 UTC ( [id://1051670]=perlmeditation: 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;
    

Log In?
Username:
Password:

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

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

    No recent polls found