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

Perl in a Nutshell

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

FillChar



$cons


->FillChar(


char

, 

number

, 

col

, 

row


)

Fills the specified number of consecutive characters, beginning at col , row , with the character specified in char . Returns the number of characters filled, or undef on error.


Previous: Reference: FillAttr Perl in a Nutshell Next: Reference: Flush
Reference: FillAttr Book Index Reference: Flush