use strict; use warnings; my $flag = 0; while () { if ($flag) { # print parts of $_ as necessary } $flag = /Ingress PSP/; }