Help for this page

Select Code to Download


  1. or download this
    Establish windows of 10kb and calculate the average Recomb Rate
    
  2. or download this
    my @recomb_all = @{get_contents ($recomb_all)};
    
    ...
    ...
        return (\@contents);
    }    # ----------  end of subroutine get_contents  ----------
    
  3. or download this
    my @recomb_all = get_contents ($recomb_all);
    
    ...
    ...
        return @contents;
    }    # ----------  end of subroutine get_contents  ----------
    
  4. or download this
    my $length = (scalar @recomb_all) - 1;
    
  5. or download this
            @{$contents[$x]} = split /\s+/;
    
  6. or download this
            push @contents, [ split ];