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

Perl in a Nutshell

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

Cursor

$

cons


->Cursor(
[

x

, 

y

, 

size

, 

visible

]
)

Gets or sets cursor position and appearance. Returns undef on error, or a four-element list containing: x , y , size , visible . x and y give the current cursor position.


Previous: Reference: Cls Perl in a Nutshell Next: Reference: Display
Reference: Cls Book Index Reference: Display