Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: perl script to execute a single command for multiple entries

by perlfan (Vicar)
on Nov 30, 2020 at 19:14 UTC ( [id://11124414]=note: print w/replies, xml ) Need Help??


in reply to perl script to execute a single command for multiple entries

Seems more like a shell script. If you want to use Perl, then you can do it using any number ways for Perl to generate child processes. Based on your description I recommend system or if you have multiple CPUs (or vCPUs), use fork via something like Parallel::ForkManager. I am assuming non-Windows, is that okay? :D

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found