while (<$fh>) { if (/Running|Dump|FromCB|Update/o) { push ( @lines, filterLog($_) ); } }