in reply to Re^5: Using backquotes to echo results in "Bad file descriptor"
in thread Using backquotes to echo results in "Bad file descriptor"
So... when perl is outputing the data using print, it doesn't cause the error, but when it's sending it to a scalar, it isn't really a terminal, so it causes $! to have that error. I can go with that. Makes a lot of sense actually. Thank you!