Hi!!!
i want to compare elements of an array with the contents of a file, and get the line number from the file.....
so, to do this i created a hash which hav each line of file as values of hash and line number as key....similarly
i converted array to an hash ....... now if i compare the two values to don't get the complete match , an it gets chunk for some lines...
$a eq $b,does'nt return me all the matches...
can any one giv me an efficient way of doing such comparisions..
Thanx!!!!!!