in reply to How do you clear the screen?

You could invoke the (system-specific) external command:
system "cls"; # dos system "clear"; # unix

Originally posted as a Categorized Answer.