while($line = ) { if ($line =~ /matchdata/i) { push @files, $name; last; } } close F;