Is there a way to have perl kick off other PERL scripts simultaneously? I don't want the jobs to run in order, I want them all at once.
Why?
I'm searching servers for media files, and I'm manually kicking of 30 scripts. I would like one script to kick up all 30 at once. The scripts finish in a couple of hours if I run them at once. If they run in a row, it's 30 hours+.