Help for this page

Select Code to Download


  1. or download this
    sub do_stuff {
      sleep 2; # for the sake of the example ..
    ...
      printf "\r%2d", shift @v;
      do_stuff();
    }