Help for this page

Select Code to Download


  1. or download this
    {
      my @c = qw(A T C G N);
    ...
        } @strings;
      }
    }
    
  2. or download this
      $bases = $sorted{$bases}
        ||= join '', sort, split //, $bases;