while () { if ( /this|that|the\.other/ ) { print $_; print "The text you didn't want to find was found.\n"; last; } }