in reply to clrscr(); in perl?
use system(); system ('cls'); # or equivalent on your system.
use Term::Cap; $t = Tgetent Term::Cap {TERM=>undef, OSPEED=>9600}; print $t->Tputs("cl");
use Term::Screen; my $terminal = new Term::Screen; $terminal->clrscr();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (wil) Re: clrscr(); in perl?
by choocroot (Friar) on May 27, 2002 at 09:11 UTC | |
Re: clrscr(); in perl?
by Anonymous Monk on May 27, 2002 at 13:20 UTC |