> while ($i < $num) { > $sortedKeys[$i] = $i; > $i++; > } #### @sortedKeys = (0 .. $num - 1); #### > next unless defined %{$matches{$fasta_id}}; > last unless defined @{$matches{$fasta_id}{$site}}; #### > # as @fastarray is global, this will have global effect, and we do not need to return it. > > @fastarray=@newfast;