Help for this page

Select Code to Download


  1. or download this
    $startcod = index($seq, $start);
    print "$startcod\n";
    
    $endcod = index($seq, $end1 || $end2 || $end3, $startcod);
    print "$endcod\n";