if ($string =~ /$term/i or $title =~ /$term/i) { (my $local_file = $html_file) =~ s/\Q$basedir\E//; $include{$html_file} = $title; last; }