RE: can't break out of perl script during execute()

2017-04-21 Thread Nellis, Kenneth (Conduent)
From: Nellis, Kenneth (Conduent) > I have a perl script that reads a (large) log file, searches for records > matching a certain pattern, and execute()s a binary passing in to it data > from the matched log record This message was sent prematurely. Please disregard. Apologies. --Ken Nellis

can't break out of perl script during execute()

2017-04-21 Thread Nellis, Kenneth (Conduent)
I have a perl script that reads a (large) log file, searches for records matching a certain pattern, and execute()s a binary passing in to it data from the matched log record. Works great, except that I can't CTRL-C to break out when the perl script is executing the binary, which is where it