Help for this page

Select Code to Download


  1. or download this
        my $element = $array [$big_num];
    
  2. or download this
        my ($element) = grep {$_ == $big_num} 0 .. $#array;