Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Implementing the counterpart of BEGIN

by Crian (Curate)
on Feb 03, 2005 at 15:20 UTC ( [id://427667]=note: print w/replies, xml ) Need Help??


in reply to Implementing the counterpart of BEGIN

You are looking for perldoc sigtrap I suppose.

  • Comment on Re: Implementing the counterpart of BEGIN

Replies are listed 'Best First'.
Re^2: Implementing the counterpart of BEGIN
by punkish (Priest) on Feb 03, 2005 at 15:41 UTC
    use sigtrap 'handler', \&my_handler, 'normal-signals'; sub my_handler { open(STDERR, ">>test.err") or die "invisible error"; warn "die-ing at " . localtime() . " because of: $!\n"; }

    does the job. Many thanks for your quick help.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-20 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found