while<$process> { if (/in mmgsdi_evt_cb/) { print "match found"; } elsif(/something else/) { print "found something else"; } } print "finish";