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