Leser: 1
![]() |
|< 1 ... 3 4 5 6 >| | ![]() |
52 Einträge, 6 Seiten |
1
2
3
4
5
if ($string =~ /$term/i) {
(my $local_file = $html_file) =~ s/\Q$basedir\E//;
$include{$html_file} = $title;
last;
}
1
2
3
4
5
if ($string =~ /$term/i or $title =~ /$term/i) {
(my $local_file = $html_file) =~ s/\Q$basedir\E//;
$include{$html_file} = $title;
last;
}
![]() |
|< 1 ... 3 4 5 6 >| | ![]() |
52 Einträge, 6 Seiten |