my @details = $dom->find(".beitrag")->each( sub { if ($_->find("p")) { my $persoenliches = $_->find("p")->first->text; } });