my $file = shift @ARGV; #### my $last; while () { if(/ALARM:/) { print $. - 1, ": $last"; print "$.: $_"; } $last = $_; }