Help for this page

Select Code to Download


  1. or download this
        for my $oligo_indice ( 0 .. $#{ $self->{oligo_ref} } ) {
            # INSERT debug code below - this must be around line 474 :
    ...
            $hd_sum[$oligo_indice] =
                List::Util::sum( @{ $self->{hd_matrix_ref}->[$oligo_indice
    +] } );
        }
    
  2. or download this
    for my $oligo_indice ( 0 .. $#{ $self->{oligo_ref} } ) {
     #print "index: $oligo_indice (";
    ...
     }
     #print "\n";
    }