$\ = undef ; print 'somestuff'; print "\rOVERWRITE\n"; #### print "Text"; print " MoreText\n"; #### Text MoreText