summaryrefslogtreecommitdiffstats
path: root/REVC.pl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-20 01:30:33 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-20 01:30:33 -0500
commita06b0816de22f82584966828c824a5ff06297bf4 (patch)
tree52a1f87c8e2885c4d79fa4359f89223d03abf4df /REVC.pl
parent01c63899167f6e4f8fe260344699880fae1c0558 (diff)
downloadrosalind-a06b0816de22f82584966828c824a5ff06297bf4.tar.gz
rosalind-a06b0816de22f82584966828c824a5ff06297bf4.zip
third problem
Diffstat (limited to 'REVC.pl')
-rw-r--r--REVC.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/REVC.pl b/REVC.pl
new file mode 100644
index 0000000..82e1a96
--- /dev/null
+++ b/REVC.pl
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.016;
+
+say scalar reverse <> =~ tr/ACGT/TGCA/r;