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

Perl in a Nutshell

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

Tputs

$

terminal


->Tputs('


cap


'
, 

count


[
, 

fh


])

Produces control string for capabilities other than cursor movement. Does not do % expansion, but does cache output strings if $count = 1 . Takes the following arguments:

cap

Capability to produce control string for.

count

Should be 1 unless padding is required (see Tpad ); if greater than 1, specifies amount of padding.

fh

Filehandle to receive the control string.


Previous: Reference: Tpad Perl in a Nutshell Next: Reference: Trequire
Reference: Tpad Book Index Reference: Trequire

Library Navigation Links

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