![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Term::Twiddle on Win32 or how to use spinnerby icius (Sexton) |
on Feb 14, 2003 at 21:35 UTC ( #235416=perlquestion: print w/replies, xml ) | Need Help?? |
icius has asked for the wisdom of the Perl Monks concerning the following question:
Hello monks!
I have been perusing the prolific "spinner" posts and there are a number of options out there. I am trying to get a spinner/status bar to work like the Term::Twiddle module, i.e. $spinner->start; do some other Perl stuff of my choosing $spinner->stop; The spinners all look great but they are all infinite loops or counted loops. I need to be able to start and stop like above. The best solution would be if someone knows of a version of Term::Twiddle that works on Windows. The next best would be if someone knows how to use any of the spinners in the above fashion. Thanks!!
Back to
Seekers of Perl Wisdom
|
|