I'm relatively new to Perl and POE in particular, but I have a University final year project to develop a small web browser for the blind. The browser only needs to retrieve very simple web pages (similar to a WAP browser on a mobile phone) and have a simple keyboard input (only a couple of buttons with no GUI - we're going to use a speech synthesiser instead).
I've successfully used POE::Component::Client::UserAgent to retrieve the web pages, but I would really appreciate some advice on getting keyboard input. Which module should I use? Does anyone have experience in taking keyboard input for a POE app?
Many thanks for your time. Regards,
James.
