in reply to several perl scripts

Yep, a shell script is the easiest way to do this.

But if you want them to run simultaniously, you'll have to multithread your perl script and use exec to call one script in each thread.