Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: TgetentChapter 8
Standard Modules
Next: Reference: Tpad
 

Tgoto

$terminal->Tgoto('cm', col, row[, fh])

Produces control string to move the cursor relative to the screen. Doesn't cache output strings, but does % expansion as needed on control string. Takes the following arguments:

'cm'

Required first argument ("cursor move").

col, row

Column and row to move cursor to.

fh

Filehandle to receive the control string.


Previous: Reference: TgetentPerl in a NutshellNext: Reference: Tpad
Reference: TgetentBook IndexReference: Tpad

Library Navigation Links

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