my @array = split(/;/,'A;1;2;;;;'); $array[6]=6; $array[3]=3; # <=== Modification of a read-only value attempted at ...