summaryrefslogtreecommitdiffstats
path: root/REVC.pl
blob: 82e1a965cca154c5245b130dc7f415f5026e6402 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env perl
use strict;
use warnings;
use 5.016;

say scalar reverse <> =~ tr/ACGT/TGCA/r;