The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::Spinner - Perl extension for blah blah blah

SYNOPSIS

    use Acme::Spinner;
    my $s = Acme::Spinner->new();
    while(<>) {
        print STDERR $s->next(), "\r";
    } 

ABSTRACT

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.

DESCRIPTION

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.

METHODS

new

The creator. It can be used to initialize the y and x properties.

y

Access method for the y property.

x

Access method for the x property.

SEE ALSO

perl(1)

BUGS

I'm sure there must be several. Please help me find them.

AUTHOR

Chris Fedde, <cfedde@littleton.co.us>

COPYRIGHT AND LICENSE

Copyright 2003 by Chris Fedde

This version of this library is granted to the public domain.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 100:

You forgot a '=back' before '=head1'