- or download this
use warnings;
use strict;
...
exit;
# define any subroutines here ########################################
+#
- or download this
ACTG
catgataaatttccc
not dna
tgac
- or download this
c:\@Work\Perl\monks\undergradguy>perl rev_comp_2.pl dna.dat
dna -> reverse complement
...
dna -> reverse complement
'tgac' -> 'gtca'
- or download this
# Unstrict.pm 22dec18waw
...
sub func { return $string; }
1;
- or download this
c:\@Work\Perl\monks\undergradguy>perl -Mstrict -le
"use Unstrict;
...
"
Unquoted string "bareword" may clash with future reserved word at Unst
+rict.pm line 7.
bareword