in reply to Re: overwritting print in same line
in thread overwritting print in same line

Cool spinner code. Thanks for sharing. Fun.

Btw, The autoflush  $| = 1; can actually be put outside the while loop (above it, obviously), as it's a flag not a function in and of itself and so it doesn't require being repeatedly called for each spin segment...