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

Perl in a Nutshell

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

WriteChar

$

cons


->WriteChar(


chars

, 

col

, 

row


)

Writes the characters in the string attr , beginning at col , row , without affecting the attributes that are onscreen. 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: WriteAttr Perl in a Nutshell Next: Reference: WriteInput
Reference: WriteAttr Book Index Reference: WriteInput