http://www.perlmonks.org?node_id=1026217

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi all, $telnetAC->cmd('show'); When I execute the command , the system prompts with the "----More---" and waits for the user to touch any of the keys in the keyboard to move on the next screen. So perl times out the program after executing the command "command timed-out at C:\Learn_perl\xset.pl line 176" I need help from you guys, on how to get rid of the "---more---" using the telnet module in perl. Thanks