Help for this page

Select Code to Download


  1. or download this
    for (my $pos = 1; $pos <= length($sequence); $pos++) {
        ...
    ...
        }
        ...
    }
    
  2. or download this
    if ($pos == $p1)
    {
    ...
    
        push @temp, $span;
    }