Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use warnings;
    ...
    } else {
        die "Unfortunately, the two sequences are not reverse-complement.\
    +n";
    }
    
  2. or download this
    $ perl 1041523.pl GGGGaaaaaaaatttatatat atatataaattttttttcccc
    Yes, the two sequences are reverse-complement of each other.
    $ perl 1041523.pl GGGGaaaaaaaatttatatat atatataaattttatttcccc
    Unfortunately, the two sequences are not reverse-complement.