in reply to How do you clear the screen?

use Win32::Console:
$CONSOLE->Cls(); $CONSOLE->Cls( $FG_WHITE | $BG_GREEN );
Where $CONSOLE is your blessed Console object.