in reply to regex help needed
if ( /((?!Exception\s+Handler|ExceptionHandler)).*Exception:|\w+Ex +ception/i ) { print "FOUND : $_\n"; } [download]