Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by 1nickt (Canon)
on Apr 07, 2017 at 12:48 UTC ( [id://1187394]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; ++$Data::Dumper::Sortkeys;
    ...
    Parent is ready to dump
    13215 1491567754.05627 (Child) in END
    ^C
    
  2. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; ++$Data::Dumper::Sortkeys;
    ...
    }
    
    __END__
    
  3. or download this
     
    PID 14274
    00 14275
    ...
    14276 (Child) in END
    14274 (Parent) in END
    14278 (Child) in END
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1187394]
Approved by marto
Front-paged by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found