Hello Monks
I have a perl program that does some job. The same program has to be put in scheduler with "n" instances to run all the instances at the same time. What I was thinking is to put it in a subroutine and call it that many number of times. But the problem is how to multi-task it i.e. fire all the instances at the same time? Please advise.
Thanks