in reply to Core Dumping with Arrays
perl -v gives me
and running your code produces the following (expected) results :This is perl, version 5.005_02 built for i586-linux
So it's something they broke between 5.005_02 and 5.005_3. Weird.$VAR1 = [ undef, undef, undef, undef, undef, undef, undef, undef, undef, undef, 'foo bar' ]; $VAR1 = [ undef, undef, undef, undef, undef, undef, undef, undef, undef, undef, 'foo bar' ];
|
|---|