Help for this page
print("\010"); # backspace Moves cursor left one. print("\r"); # carriage return. Moves cursor to start of line.
use strict; use warnings; ... } print("\010done.\n"); # or: print("\010 \010");