Link to home
Start Free TrialLog in
Avatar of gpshute
gpshute

asked on

Clearing the screen with Perl

Can you tell me how to clear the screen from within a perl script running under Windows NT 4.0 (Without ANSI.SYS loaded).

Avatar of ecw
ecw

system("cls");
ASKER CERTIFIED SOLUTION
Avatar of b2pi
b2pi
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gpshute

ASKER

Thanks, it appeared a simple question, but I could not find the answer anywhere.