- or download this
use strict;
use warnings;
...
}
close IN;
close OUT;
- or download this
my(@lines) = '/tmp/zea_mays.txt';
- or download this
while ( defined( my $line = readline \*IN ) ) {
do {
foreach $line (@lines) {
- or download this
my (@peptides) = split( /(?<=RK(?!P))/, $line );