|
|
Question : Sending Special Character(PAGE DOWN) to Net::Telnet
|
|
I am writing a program to login to Avaya Definity EPABX using Net::Telnet and executing some commands. The output of the command is more than one page long and expects PAGE DOWN key to be pressed to get the next page output.
How do I send {PAGE DOWN} key to Telnet session
|
Answer : Sending Special Character(PAGE DOWN) to Net::Telnet
|
|
I guess it would depend of the terminal emulation. I found this page interesting : http://www.tek-tips.com/gfaqs.cfm/lev2/9/lev3/89/pid/690/fid/1728
Based on these infos, and if you're using AT&T513 emul, I'd say that you need to send something like "\x1b[U"
|
|
|
|