Hello All,
I have 2 arrays and I want to compare the elements of the first one for their existance in the second one. If they elements don't exist in the second array, print it to another array. If using strict, how do you pass the arrays out of the loops?
Thank you for any information.