Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Question On signals in perl

by anonymized user 468275 (Curate)
on Aug 01, 2005 at 13:37 UTC ( [id://479892]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e 'use Data::Dumper; print Dumper( \%SIG );'
    
  2. or download this
    $SIG{ HUP } = \&MyNoHup;
    
  3. or download this
    $SIG{ PIPE } = sub { warn ( "Broken pipe ignored; traceback follows:\n
    +" . Devel::trace() ); }
    

Log In?
Username:
Password:

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

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

      No recent polls found