in reply to Re^2: IO::Select woes
in thread IO::Select woes

Thank you hv ! This is so super helpful. I put the following code at the top of my test script, included the diagnostic process warnings, and now the test script works fine. Also, It makes perfect sense that the debugger interacts with STDIN. So, unfortunately, I am still stuck with my original problem so I will continue to make the test script look like my production script. Thank you !

if (-t STDIN) { dumpTable(); }