Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: perl keylogger on linux

by perigeeV (Hermit)
on Jul 01, 2002 at 18:05 UTC ( [id://178629]=note: print w/replies, xml ) Need Help??


in reply to perl keylogger on linux

Term::ReadKey, Term::ReadLine, and Term::VT102 on CPAN will be a help. You can roll your own with getc and print statements if you want.

I recommend reading up on terminal emulation and stty.

xterm windows are just a /dev/pty* file that can be read and written. Type tty at a prompt. It will tell you the terminal.

Read perlfaq8.


Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found