in reply to Re: Re: Search for complex string, and if it doesn't exist...
in thread Search for complex string, and if it doesn't exist...

So, I'm trying to search for a condition where the above four lines are _not_ in the log file being searched.

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

-QM
--
Quantum Mechanics: The dreams stuff is made of