use LWP::Simple; my $content = get('http://url.com') or die "got nothing"; if ($content =~ /suche/) { print "gefunden!"; }