Term::Cap(3p) Perl Programmers Reference Guide Term::Cap(3p)
Term::Cap(3p) Perl Programmers Reference Guide Term::Cap(3p) # Term::Cap(3p) Perl Programmers Reference Guide Term::Cap(3p) NNAAMMEE # Term::Cap - Perl termcap interface SSYYNNOOPPSSIISS # require Term::Cap; $terminal = Term::Cap->Tgetent({ TERM => undef, OSPEED => $ospeed }); $terminal->Trequire(qw/ce ku kd/); $terminal->Tgoto('cm', $col, $row, $FH); $terminal->Tputs('dl', $count, $FH); $terminal->Tpad($string, $count, $FH); DDEESSCCRRIIPPTTIIOONN # These are low-level functions to extract and use capabilities from a terminal capability (termcap) database. More information on the terminal capabilities will be found in the termcap manpage on most Unix-like systems. ...