in reply to Re: Spawing several threads
in thread Spawing several threads

Also, start simple.

First grab the example code from the docs, and get that running. Then you can slowly start making it spawn more kids, and have the children do gradually more interesting things until it has grown to the point where it is doing what you wanted in the OP.

Of course, given the description, you might just want to use a batch file instead. Copy paste 12 lines of launching background perl interpreters, and you're done.