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

Perl in a Nutshell

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

Info

$

cons


->Info

Returns an array of information about the console, which contains:

This example prints the cursor's current position:

@info = $CONSOLE->Info(); print "Cursor at $info[3], $info[4].0";


Previous: Reference: GetEvents Perl in a Nutshell Next: Reference: Input
Reference: GetEvents Book Index Reference: Input