C>perl -we "require MCE::Map; MCE::Map-> init(user_begin => sub {},user_end => sub {}); my @a = MCE::Map->run( sub { $_ }, [ 0 .. 9 ]);" # CTRL-C Terminating on signal SIGINT(2) MCE::shutdown: method is not allowed while running at -e line 0. END failed--call queue aborted, <__ANONIO__> line 80992. # LOOK HERE # C>perl -we "require MCE::Map; import MCE::Map; MCE::Map-> init(user_begin => sub {},user_end => sub {}); my @a = MCE::Map->run( sub { $_ }, [ 0 .. 9 ]);" C>