perl -e "$|++; while (1) {print \"\b+\";sleep 1;print \"\b-\";sleep 1;}"
You'll probably find the use of "\" and "/" to make a spinner (at least under win32) a good way to wait for the paint to dry.... ;-}
At 04:44 PM 2/9/04 -0300, you wrote:
Hi all, in some aplicantions, we can see the cursor moving in one position, like an "indicator of application is running". In the examples that I see, they have made in C/C++. It is possible in perl?
Sorry my bad english. Thanks in advance! Ricardo Pichler
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>