Help for this page

Select Code to Download


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