Saurabh Singhvi wrote:
thanks for all the help!!!

I am gonna try out all of them and settle with the best :).

You'll likely want Acme::Spork's spork() because:

a) You can run zillions of processes at the same time without waiting for them (the fork recommendation will do one at a time as if you had done: system($_) for @commands; so its not really what you wanted assumgin I understood the OP)

b) Its *spork*, how cool is it to go to your boss and say "Yes, er, Mr BigPants I think our project would really benefit if we were to spork at this juncture", seriously that is *cool* :)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to