Help for this page
my $clear = "\x08 \x08"; while (not $finished) { ... do_more_stuff(); print $clear x length($string); }