$xyz = shift(@$refa); # erzeugt Fehler: Modification of a read-only value attempted das hier funktioniert .... foreach $ref (@$refb) { $abc = shift(@$ref) }