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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: Tgetent Chapter 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: Tgetent Perl in a Nutshell Next: Reference: Tpad
Reference: Tgetent Book Index Reference: Tpad

Library Navigation Links

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