- or download this
open(IN, "<$file") or die "Cannot open file $file\n";
my @lines = <IN>;
...
}
close(IN);
- or download this
foreach (@lines){
chomp;
my %columns = split(">");
}
- or download this
foreach my $G (@Genes){
for my $x (0 .. $#ptt){
...
}
}
}