Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Parallel::ForkManager for any array

by toolic (Bishop)
on Oct 16, 2018 at 13:30 UTC ( [id://1224108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Unquoted string "i" may clash with future reserved word at ...
    
  2. or download this
    system ("rm", "-fr", $files[i]);
    
  3. or download this
    system ("rm", "-fr", $files[$i]);
    
  4. or download this
        system 'rm', '-fr', $files[0];
    

Log In?
Username:
Password:

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

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

    No recent polls found