in reply to Hash problem
If you want the hashes to work in a case-independent way, access them as $hash{lc $key}.
Oh, and you are assigning the info to @updateInfo and testing $currentData{$line}. You should assign the test data to $line or test $currentData{$updateInfo[0]}.
|
|---|