On Mon, Jul 12, 2010 at 06:06:15PM +0200, Reini Urban wrote: > gvsv is just checking magic and doing the sideeffect Huh? gvsv doesn't call magic. Also, just as a data point, note that pp_concat *explicitly* calls get magic twice on $a . $a: if (left == right) /* $r.$r: do magic twice: tied might return different 2nd time */ SvGETMAGIC(right); -- Justice is when you get what you deserve. Law is when you get what you pay for.Thread Previous | Thread Next