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