The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<html><head><title>clear</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
</head>
<body class='pod'>
<!--
  generated by Pod::Simple::HTML v3.01,
  using Pod::Simple::PullParser v2.02,
  under Perl v5.008002 at Thu Aug  5 13:56:15 2004 GMT.

 If you want to change this HTML document, you probably shouldn't do that
   by changing it directly.  Instead, see about changing the calling options
   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
   then reconverting this document from the Pod source.
   When in doubt, email the author of Pod::Simple::HTML for advice.
   See 'perldoc Pod::Simple::HTML' for more info.

-->

<!-- start doc -->
<a name='___top' class='dummyTopAnchor' ></a>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="NAME"
>NAME</a></h1>

<p>clear - clear the screen</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SYNOPSIS"
>SYNOPSIS</a></h1>

<p>clear</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<blockquote>
<p>Look in the termcap database,
find the character to clear the screen,
and emit it.</p>

<p>This is a direct lift from Section 15.7,
<b>Ringing the Terminal Bell</b>,
from <i>Perl Cookbook</i>,
with <code lang='und' xml:lang='und'>cl</code> substituted for <code lang='und' xml:lang='und'>vb</code>.</p>
</blockquote>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="TYPIST"
>TYPIST</a></h1>

<p>Jeffrey S.
Haemer</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="BUGS"
>BUGS</a></h1>

<p><b>clear</b> should probably take an argument,
like <b>yes</b>,
that will let users send arbitrary termcap sequences,
with <code lang='und' xml:lang='und'>cl</code> as the default.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SEE_ALSO"
>SEE ALSO</a></h1>

<pre lang='und' xml:lang='und'>  Term::Cap(3)</pre>

<!-- end doc -->

</body></html>