Help for this page
my $printing = 0; while (<BLASTFILE>) { if (/Query=\s*(.*)/) { ... } print if $printing; }