my @array=qw/foo bar/; $array[3] = "baz"; foo1( @array ); # $array[2] is undefined