Help for this page
for my $filename (@repos){ if ($input eq read_file($filename)){ print "File $filename matches\n"; ... } } print "No match";