Thread Bug in split in perl 5.22 und 5.24 (und auch 5.20)
(8 answers)
Opened by topeg at 2017-10-05 10:08
Danke für den Hinweis. Array-Werte als readonly nach split. Darüber fällt jedeR dann schnell.
Ich kann den Bug auch schon auf 5.20 nachstellen. T:\>perl @arr=split(/-/,"-");$arr[1]=undef;$arr[0]=0; ^Z Modification of a read-only value attempted at - line 1. |