many thanks for the help with the earlier issues.
I've almost finished the last thing I was working on - specifically an ORF (open reading frame) finder program. So far, I've got an array called @AminoAcidArray1. All the start codons are "_" and all the stop codons are "X".
How do I count the ORFs? Put another way, How do I count times in the array when "_" is followed by "X" with random ignorable characters between? What sort of loop should I be using? I need a ~= there somewhere I think
And yes, I know bioPerl can do this easily, but only activePerl is available for some reason.
Sincerest thanks, Shtanto