Hello All,
I have two arrays contains exact no. of elements. Now what I need to do is , I want to execute certain commands to each elements of the array at a time. It means that I want take first element of first array and first element of second array and then want to execute certain commands considering these two elements. I don't know how should I achieve this in perl. Please help. Regards Irfan.