Skip to content

Commit

Permalink
Update scraper.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagger78 committed Apr 10, 2024
1 parent 46622fa commit 3666aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.pl
Expand Up @@ -17,7 +17,7 @@

# Suchbegriff in der Webseite finden
if ($content =~ /$search_term/) {
print "String gefunden: $search_term\n";
#print "String gefunden: $search_term\n";
}
else {
die "Fehler beim Abrufen der Webseite: " . $response->status_line;
Expand All @@ -29,5 +29,5 @@

# Insert some records into the database
$dt->insert([{
Name => 'Jagger78',
Name => $search_term,
}]);

0 comments on commit 3666aac

Please sign in to comment.