Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Can Perl write multiple files at the same time?

by marioroy (Prior)
on Dec 13, 2014 at 02:39 UTC ( [id://1110235]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       use MCE::Flow max_workers => 8;
    
    ...
             MCE->sendto("file:$file2", "raining day from $wid\n");
          }
       };
    
  2. or download this
       use MCE::Loop chunk_size => 1, max_workers => 8;
    
    ...
    
       close $fh_1;
       close $fh_2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found