in reply to Perl, Telnet, and No Output

Do you get the expected output to the console if you do not enable input_log?

I have not used that module for a long time, but the following statement taken from the module's documentation about that setting suggests that it's capturing/redirecting the output.

Because most command interpreters echo back commands received, it's likely all your output will also be in this log.

Replies are listed 'Best First'.
Re^2: Perl, Telnet, and No Output
by DavisTasar (Initiate) on Aug 13, 2014 at 16:58 UTC
    The output is in the debug log, which is why I'm having a hard time troubleshooting this. I tried to follow the module's standard setup, which is why the response is stored in an array. If the output weren't in input_log, I imagine a syntax error, transmission, or something. But everything is in the input_log. I just don't get a response back into the @output array.
Re^2: Perl, Telnet, and No Output
by DavisTasar (Initiate) on Aug 13, 2014 at 17:14 UTC
    Sorry, I mis-interpreted what you said. No, even if I don't specify the input_log, it still doesn't appear.