Help for this page
#!/usr/bin/perl5 ... } exit;
... open(FILE, $file); ... if ($file_contents =~ m|$search_term|is) { push @match, qq(<A HREF="$file">$title</A><BR>\n); }