my @details = $dom->find(".beitrag")->each( sub { my @ps = $_->find("p"); my $persoenliches = $ps[0]->text; my $zweetes = $ps[1]->text; });