I have a array named @events, which consists of a certain number of events.
for example @events = (putdata,getdata,processdata).
where the elements of @ events are seperate functions. i need to creat as many threads as the number elemnets of @ events array. How to create threads for the element count of array at a time and push to @ threads.
Please help , any thing is helpful in this regard.