my $element = $array [$big_num]; #### my ($element) = grep {$_ == $big_num} 0 .. $#array;