Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Interrupt multi-process program while using MCE::Shared hash: END block code does not (all) run

by Anonymous Monk
on Apr 07, 2017 at 18:27 UTC ( [id://1187418]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     # $SIG{HUP} = $SIG{INT} = $SIG{QUIT} = $SIG{TERM} = sub {
     #    $SIG{INT} = $SIG{$_[0]} = sub { };
    ...
     #    CORE::exit(255);
     # };
    
  2. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; ++$Data::Dumper::Sortkeys;
    ...
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found