Ryan,

You could do it like this.

system("perl attachment.pl");
system("perl attachment2.pl");
....
system("perl attachment7.pl");



On Thu, Dec 1, 2011 at 11:38 AM, Ryan.Barracuda <ryan.barrac...@elboardo.com
> wrote:

> 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
>
>
>

Reply via email to