|
Acme::Spinner - Perl extension for blah blah blah |
Acme::Spinner - Perl extension for blah blah blah
use Acme::Spinner;
my $s = Acme::Spinner->new();
while(<>) {
print STDERR $s->next(), "\r";
}
This is a simple module that helps manage one of those silly spinning bar things that some programs use when they want you to think they are busy.
Some programs take a long time to do some functions. Sometimes people are get confused about what is happening and start pressing buttons in an effort to illicit some response while a program is taking a long time. Strangely enough if the program gives the person using it something to watch while it is busy with other work the person is much more likely to leave the program alone so that can finish its work.
perl(1)
I'm sure there must be several. Please help me find them.
Chris Fedde, <cfedde@littleton.co.us>
Copyright 2003 by Chris Fedde
This version of this library is granted to the public domain.
|
Acme::Spinner - Perl extension for blah blah blah |