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 andCarp::croakis called.
$terminal->Trequire(caps)
$terminal->Trequire(qw/ce ku kd/);
Carp::croak is called.