start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: WriteChar Chapter 19
Win32 Modules and Extensions
Next: Reference: WriteRect
 

WriteInput

$

cons


->WriteInput(


event


)

Pushes data in the console input buffer. event is a list of values; for more information, see Input . The string chars can be the result of a ReadChar function or a normal string. Returns the number of characters written, or undef on error.


Previous: Reference: WriteChar Perl in a Nutshell Next: Reference: WriteRect
Reference: WriteChar Book Index Reference: WriteRect