my $thing = 'a' x 10; my @params = ( 2, 3 ); vec( $thing, @params ) = 0;