The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

clear - clear the screen

SYNOPSIS

clear

DESCRIPTION

    Look in the termcap database, find the character to clear the screen, and emit it.

    This is a direct lift from Section 15.7, Ringing the Terminal Bell, from Perl Cookbook, with cl substituted for vb.

TYPIST

Jeffrey S. Haemer

BUGS

clear should probably take an argument, like yes, that will let users send arbitrary termcap sequences, with cl as the default.

SEE ALSO

  Term::Cap(3)