in reply to Matching elements in two arrays and printing the element next to the match.
@array = split / /, <FILE1>; # reads only one line! [download]
@array = <FILE1>; [download]