Help for this page

Select Code to Download


  1. or download this
    sub print_sequence {
    my($sequence, $length) = @_;
    for (my $pos = 0; $pos < length($sequence); $pos +=
    ...
    print substr($sequence, $pos, $length), "\n";
    }
    }
    
  2. or download this
    print"Cannot open file\"$output\".\n\n";
    exit;