in reply to Re^3: array overhead
in thread array overhead

Yeah sorry, bad example.

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.