in reply to Re^3: array overheadin thread array overhead
I was thinking in terms of using it within in your $a=[@$a], e.g. $a= [ @$a[0..4], int($a->[5]) ], where it *would* get a new SV.
Dave.