my $printing = 0; while () { if ($printing) { print MODIFIED $_; next; } $printing++ if /STRUC20/; }