my @array; if (defined $array[20]) { } # no autovivification, thus if (defined $array[20]) { warn "[20] does exist!" } # no warning