Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Page down key

by efreed (Novice)
on Sep 20, 2002 at 20:46 UTC ( [id://199628]=perlquestion: print w/replies, xml ) Need Help??

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

I am using Net::Telnet and want to send a page-down (as if I sit the key), but I am bit stumped. Anyone want to give me some Perl wisdom ;-)

Replies are listed 'Best First'.
Re: Page down key
by jlongino (Parson) on Sep 20, 2002 at 22:29 UTC
    You'll probably want to use the put() method and send the appropriate escape sequence. You don't say what type of computer you're trying to connect to, so it's kind of hard to give any specific advice. If you're sending to a PC you'll probably want to send the ANSI escape sequence for PgDn. If you're sending to a *nix box you'll need to know what terminal emulation the remote host is using and send the corresponding sequence. You can build the sequence using Perl's chr() function.

    P.S. my use of Net::Telnet has not required this so my advice is mostly speculation. Correct me please if I'm totally off base.

    --Jim

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://199628]
Approved by valdez
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-26 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found