in reply to Re^14: how to read input from a file, one section at a time?
in thread how to read input from a file, one section at a time?

Did you remove or comment out the original line ?

#next FASTA_RECORD if $fasta_seen{ $para }++;
poj

Replies are listed 'Best First'.
Re^16: how to read input from a file, one section at a time?
by davi54 (Sexton) on Apr 02, 2019 at 17:36 UTC
    However, now the script has stopped giving me the duplicate information. I have a test file where I have put the same sequence twice. It was giving me the duplicate print message earlier, but not anymore after fixing the semicolon issue.