Hi all, I have 7 perl scripts that I want to run simultaneously from the command line with the possibility of growing this number. I'm pretty new to perl, so thought in the mean time it would be a good idea to create a perl script to run multiple scripts. I could just add to this file as needed if more scripts are created. What is the best way to do this? I have the following scripts that I want to fire off all at once.
attachment.pl attachment2.pl attachment3.pl attachment4.pl attachment5.pl attachment6.pl attachment7.pl I would like to fire these all off from a script called automated.pl. Thanks --Ryan