if ($words =~ /"[^"]+"/) { my $phrase; my $otherwords; ($phrase, $otherwords) = extract_quotelike($words); $phrase =~ s/"//g; #Anführungszeichen entfernen @splitwords = split(/\s+/, $otherwords); push (@splitwords, $phrase); }