Help for this page

Select Code to Download


  1. or download this
    perl mce9.pl
    
    ...
    Hello from END block: 11583
    
    Killed
    
  2. or download this
    perl mce9.pl
    
    ...
                     '05 11556' => '1491592584',
                     '06 11556' => '1491592586'
                   }, 'MCE::Shared::Hash' );
    
  3. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; ++$Data::Dumper::Sortkeys;
    ...
            say 'Parent in END: ' . Dumper $hash->export;
        }
    }