Help for this page

Select Code to Download


  1. or download this
    ( my $new = reverse $string ) =~ tr/atgc/tacg/;
    print "$new\n";
    
  2. or download this
    ( my $new = reverse $string ) =~ tr/atgc\0-\277/tacg/d;
    print "$new\n";