Array comparision
- by devtech
Hello Guys,
I have two arrays A & B,I want to do a compare among the elements between the two arrays.
@a = "abc,def,efg,ghy,klm,ghn"
@b= "def,ghy,jgk,lom,com,klm"
if any element matches then set a flag 0 else 1.
Is there any simple way to do this.
please advise