|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Is it possible in perl to detect keyboard events like as "when keydown"by perladdict (Hermit) |
| on Apr 20, 2007 at 10:15 UTC ( #611115=perlquestion: print w/ replies, xml ) | Need Help?? |
|
perladdict has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks,
I am trying to write a wrapper on view creation tool, that is developed in perl,its an commandline tool. For every new view creation i have to repeate several steps by selecting argument option. On command prompt i have to select the option and ENTER key to proceed to the fallowing step,i don't know how to do event based scripting in perl,is there any way in perl to record keyboard events. For reference below is the tool i am using. After selecting anyone option i have to press enterkey to proceed nextstep, how can i capture keyevent in script,Can any one help me to find a solution for this. Keep pouring your ideas.....
Back to
Seekers of Perl Wisdom
|
|