I have stored all the dictionary words into an array. .
And all the words i need to search into another array. ..
For example @array1=("fil_" , "t_xt"); words need to be filled
@array2=("file","text","fils") words in dictionary file
Now i need to match the elements of array1 with array2 and i should get the output as
fil_ : file,fils
T_xt : text
Thanks for ur replies