in reply to Array of filehandles

any initial code that would help me is appreciated

Where did you get that code that you have? Have you read perlintro?

You have already opened the files, that's what filehandles are, doors to the file, all you have to do is read from them :) perlintro explains opening/reading files, and simple pattern matching