{ local $_; while () { push @lines, $_ if /criteria/; shift @lines if @lines > $n; } }