foreach my $file(@files) { open (FH, $file); my @fileContents = ; close(FH); //Do something with @fileContents }