Help for this page

Select Code to Download


  1. or download this
    my $annotation = '';
    my $dna = '';
    
  2. or download this
    ($annotation, $dna) = ($record =~ /^(LOCUS.*ORIGIN\s*\n)(.*)\/\/\n/s);
    
  3. or download this
    print "$annotation, $dna\n";