Mantic has asked for the wisdom of the Perl Monks concerning the following question:
I have a POE telnet server. I want to be able to use the Term::ReadKey package so that I can take one character at a time into a buffer, and then pass it to the POE input when the user hits enter. Basically, put the ReadKey package inbetween POE and the standard input. I know it's possible. I'm just not sure how. Any comments or suggestions?
Thanks,
Mantic