Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: (Easy Perl concurrency with MCE)

by 1nickt (Canon)
on Jun 08, 2018 at 12:45 UTC ( [id://1216196]=note: 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;
    use MyClient;
    ...
    
    say 'Results: ' . Dumper \%results;
    __END__
    
  2. or download this
    use strict; use warnings; use feature 'say'; use Data::Dumper;
    
    ...
    
    say 'Results: ' . Dumper \%results;
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 04:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found