Help for this page

Select Code to Download


  1. or download this
    my $clear = "\x08 \x08";
    while (not $finished) {
    ...
      do_more_stuff();
      print $clear x length($string);
    }