Help for this page
my $previous = ""; while (<$handle>) { print $previous if /BEEP/; $previous = $_; }