- or download this
#!/usr/bin/perl
# usage: ./generate_ACGT_01.pl
...
}
}
# eof
- or download this
#!/usr/bin/perl
# usage: | test_ACGT_01.pl
...
print "$_ ". (/^$side,$side$/ ? 'Y' : 'N') . $/;
}
# eof
- or download this
$ ./generate_ACGT_01.pl > y
$ cat y | ./test_ACGT_01.pl > x
$ less x