... open(FILE, $file); $file_contents = join '', (); close (FILE); $file_contents =~ m|(.*?)|is; my $title = $1; if ($file_contents =~ m|$search_term|is) { push @match, qq($title
\n); }