Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Catching Signals in Perl

by yosefm (Friar)
on Sep 04, 2003 at 20:55 UTC ( [id://289025]=note: print w/replies, xml ) Need Help??


in reply to Catching Signals in Perl

like so:

local $SIG{HUP} = \&hup_handler;

Now, hup_handler will be called any time sighup is recieved.

update: Hmm... race condition... and I lost...

Update: Ok, sauoq, I fixed it like two seconds after my first post, but thanks.

Replies are listed 'Best First'.
Re: Re: Catching Signals in Perl
by sauoq (Abbot) on Sep 04, 2003 at 20:57 UTC

    No such hook: __HUP__

    That should just be "HUP" without underscores.

    -sauoq
    "My two cents aren't worth a dime.";
    
Re: Re: Catching Signals in Perl
by pileswasp (Monk) on Sep 10, 2003 at 13:24 UTC
    Special ++ for the local.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-19 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found