@array1 ~~ @array2;#this works for me since it compares elements inside two arrays,but when i use this in cgi smartmatch triggers experimental @array1 eq @array2;#this doesnt work cz eq or == compares the no.of elements