Perl - Reading keyboard keystroke

Hello All,

I wounder if any one know if perl have the ability to run script in the background which record each keyboard keystorke?

If yes , how can I implement the part which reading the keyboard keystroke?
Is there any moudle that handle it ?

Thanks a head
Alalush

Seems like there are a couple (check cpan search):

Term::ReadKey
Term::InKey

tyler_durden