Help for this page

Select Code to Download


  1. or download this
                  if ($found[0] == $short_nums[$i])   {
                        push @new_array,  $nums[$i];
                        last;
                  }
    
  2. or download this
    @short_nums = (99, 68, 86, 24);
    ...
                  if (int($found[0]*1000) == $short_nums[$i])