I am writing a Perl program on Solaris 8, and I would
like to know the best way to clear the screen at will
during the execution of the Perl program.

I found that doing :
system("clear")
will do the job, but it's dirty and probably slow.

Is there a better way ? (maybe with the termcap stuff).

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to