From 01c63899167f6e4f8fe260344699880fae1c0558 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Oct 2012 01:27:40 -0500 Subject: problem 2 --- RNA.pl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RNA.pl (limited to 'RNA.pl') diff --git a/RNA.pl b/RNA.pl new file mode 100644 index 0000000..5ea9b4a --- /dev/null +++ b/RNA.pl @@ -0,0 +1,6 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.016; + +say <> =~ s/T/U/gr; -- cgit v1.2.3-54-g00ecf