Hi Rob,

It's been awhile since my DOS days, but I believe ANSI.sys usually was loaded by 
default.  You usually would have to make a small bartch file to set things like screen 
colors and such, though.

Joseph

Rob Dixon wrote:

> If your terminal supports ANSI escape sequences (and I think that, in
> general, Unix terminals do but Windows has to have the ansi.sys driver
> loaded) you can do:
>
>     my $clear = "\e[2J";
>     print $clear;
>
> HTH,
>
> Rob
>
> "Jensen Kenneth B Sra Afpc/Dpdmpq" <[EMAIL PROTECTED]> wrote in
> message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Is there a perl command equivalent to:
> > system ("clear");
> > ?
> >
> > Thanks,
> > Ken
> >
> >
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to