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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: Tputs Chapter 8
Standard Modules
Next: 8.138 Term::Cap
 

Trequire

$

terminal


->Trequire(


caps


)

Checks to see whether the named capabilities, caps , are defined in the terminal's termcap entry. For example:

$terminal->Trequire(qw/ce ku kd/);
Any undefined capabilities are listed and Carp::croak is called.


Previous: Reference: Tputs Perl in a Nutshell Next: 8.138 Term::Cap
Reference: Tputs Book Index 8.138 Term::Cap

Library Navigation Links

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