|
|
| Welcome to the Monastery | |
| PerlMonks |
Answer: is ther any way to get only one char from stdin |
| ( #63717=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > input and output > How can I get just one character from STDIN? contributed by Caillte
Another way is:
I've tested this out on linux and it works fine. Any reason why it wouldnt work on other platforms? Editor: The problem with this method is that the sysread will hang until the user presses the RETURN key (so if the user really only enters one character and it isn't RETURN, then the program will just "hang").
|
|
||||||||||||||||||