Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: WriteCharChapter 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: WriteCharPerl in a NutshellNext: Reference: WriteRect
Reference: WriteCharBook IndexReference: WriteRect