Help for this page
sub copy { my @t = @_ }; my $rv = func( copy($i), copy(++i), copy($i+2) );
my $rv = func( 0 + $i, 0 + ++i, $i + 2);