home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


WriteRect

$

cons


->WriteRect(


rect

, 

left

, 

top

, 

right

, 

bottom


)

Writes a rectangle of characters and attributes (contained in rect ) on the console at the coordinates specified by left , top , right , bottom . rect can be the result of a ReadRect function. Returns undef on error; otherwise, a four-element list containing the coordinates of the affected rectangle, in the format (left, top, right, bottom) .


Previous: Reference: WriteInput Perl in a Nutshell Next: 19.2 Win32::Console
Reference: WriteInput Book Index 19.2 Win32::Console

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.